mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Remove unnecessary request header
This commit is contained in:
parent
c656a7cb9e
commit
e80884cfce
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ function mark_unwatched(target) {
|
|||
xhr.responseType = "json";
|
||||
xhr.timeout = 20000;
|
||||
xhr.open("GET", url, true);
|
||||
xhr.setRequestHeader("Redirect", "false");
|
||||
xhr.send();
|
||||
|
||||
xhr.onreadystatechange = function() {
|
||||
|
|
Loading…
Reference in a new issue