mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Remove unnecessary request header
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user