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'; }