mirror of
https://github.com/spikecodes/libreddit
synced 2024-12-25 01:55:17 +01:00
Remove 'Nel' and 'Report-To' response headers
This commit is contained in:
parent
ea696687be
commit
7a14975fb8
@ -104,6 +104,8 @@ async fn stream(url: &str, req: &Request<Body>) -> Result<Response<Body>, String
|
||||
rm("x-cdn-server-region");
|
||||
rm("x-reddit-cdn");
|
||||
rm("x-reddit-video-features");
|
||||
rm("Nel");
|
||||
rm("Report-To");
|
||||
|
||||
res
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user