From b3f1f75389df03717d1c3f1cc918f1f6ebaacaa7 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 16 Nov 2021 07:22:06 -0500 Subject: [PATCH] Update twitch scriptlet as suggested Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/issues/1789#issuecomment-969416887 --- assets/resources/scriptlets.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/resources/scriptlets.js b/assets/resources/scriptlets.js index acbec1c4a..391fa88b6 100644 --- a/assets/resources/scriptlets.js +++ b/assets/resources/scriptlets.js @@ -1580,9 +1580,6 @@ init.body.includes('"isVod":true') === false ) { const { headers } = init; - if ( typeof headers['Authorization'] === 'string' ) { - headers['Authorization'] = ''; - } if ( typeof headers['X-Device-Id'] === 'string' ) { headers['X-Device-Id'] = 'twitch-web-wall-mason'; }