summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-11-21 13:18:33 -0600
committerOmar Roth <omarroth@hotmail.com>2018-11-21 13:18:33 -0600
commite80884cfce3ec21d6e3bb08a682607d3952eb954 (patch)
tree4a395aa511d20e72983a56bd4040330ea029436c /src
parentc656a7cb9e12c6169aec5f58901f47d9b00d2c4a (diff)
downloadinvidious-e80884cfce3ec21d6e3bb08a682607d3952eb954.tar.gz
invidious-e80884cfce3ec21d6e3bb08a682607d3952eb954.tar.bz2
invidious-e80884cfce3ec21d6e3bb08a682607d3952eb954.zip
Remove unnecessary request header
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/history.ecr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/invidious/views/history.ecr b/src/invidious/views/history.ecr
index 90bea14c..691201cd 100644
--- a/src/invidious/views/history.ecr
+++ b/src/invidious/views/history.ecr
@@ -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() {