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