summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {