From e80884cfce3ec21d6e3bb08a682607d3952eb954 Mon Sep 17 00:00:00 2001
From: Omar Roth <omarroth@hotmail.com>
Date: Wed, 21 Nov 2018 13:18:33 -0600
Subject: [PATCH] Remove unnecessary request header

---
 src/invidious/views/history.ecr | 1 -
 1 file changed, 1 deletion(-)

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() {