Skip to content

Commit

Permalink
Update web.magentatv.de.config.js & osn.com.config.js
Browse files Browse the repository at this point in the history
Fixes #2367
Fixes #2358
Fixes #2282
  • Loading branch information
PopeyeTheSai10r committed Jun 6, 2024
1 parent c7285ca commit 66f8305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/osn.com/osn.com.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
request: {
headers({ channel }) {
return {
Referer: `https://www.osn.com/${channel.lang}-ae/watch/tv-schedule`
Referer: `https://www.osn.com/${channel.lang}-sa/watch/tv-schedule`
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion sites/web.magentatv.de/web.magentatv.de.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function fetchCookieAndToken() {
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-origin',
'x-requested-with': 'XMLHttpRequest',
Referer: 'https://api.prod.sngtv.magentatv.de/EPG/',
Referer: 'https://web.magentatv.de/',
'Referrer-Policy': 'strict-origin-when-cross-origin'
},
body: '{"terminalid":"00:00:00:00:00:00","mac":"00:00:00:00:00:00","terminaltype":"WEBTV","utcEnable":1,"timezone":"Etc/GMT0","userType":3,"terminalvendor":"Unknown"}',
Expand Down

0 comments on commit 66f8305

Please sign in to comment.