mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-21 16:42:18 +02:00
rtlplus: change headers
This commit is contained in:
@@ -217,8 +217,8 @@ class RTLPlusAuthenticator(BaseOAuth2Authenticator):
|
||||
headers = self._get_auth_headers()
|
||||
headers.update({
|
||||
"Content-Type": "application/x-www-form-urlencoded",
|
||||
"Origin": "https://base.plus.rtl.de",
|
||||
"Referer": "https://base.plus.rtl.de/",
|
||||
"Origin": RTLPlusDefaults.BASE_WEBSITE.rstrip("/"), # "https://plus.rtl.de"
|
||||
"Referer": RTLPlusDefaults.BASE_WEBSITE, # "https://plus.rtl.de/"
|
||||
})
|
||||
return headers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user