mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +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.responseType = "json";
|
||||||
xhr.timeout = 20000;
|
xhr.timeout = 20000;
|
||||||
xhr.open("GET", url, true);
|
xhr.open("GET", url, true);
|
||||||
xhr.setRequestHeader("Redirect", "false");
|
|
||||||
xhr.send();
|
xhr.send();
|
||||||
|
|
||||||
xhr.onreadystatechange = function() {
|
xhr.onreadystatechange = function() {
|
||||||
|
|
Loading…
Reference in a new issue