mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Close connection by default.
This commit is contained in:
parent
aecd5dbc67
commit
7fa3f40bc4
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ async fn fetch_restrictions(video_id: &str) -> RestrictionInfo {
|
|||
.header("X-Origin", "https://explorer.apis.google.com")
|
||||
.header("X-Referer", "https://explorer.apis.google.com")
|
||||
.header("X-Goog-Encode-Response-If-Executable", "base64")
|
||||
.header("Connection", "keep-alive")
|
||||
.header("Connection", "close")
|
||||
.header("Sec-Fetch-Dest", "empty")
|
||||
.header("Sec-Fetch-Mode", "cors")
|
||||
.header("Sec-Fetch-Site", "same-origin")
|
||||
|
|
Loading…
Reference in a new issue