mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:17:46 +01:00
Fix Telerama.fr (mobile)
This commit is contained in:
parent
4ed8658681
commit
3c442171b7
2 changed files with 2 additions and 1 deletions
|
@ -1245,7 +1245,7 @@ if (matchUrlDomain(change_headers, details.url) && (!['font', 'image', 'styleshe
|
|||
setReferer = true;
|
||||
}
|
||||
if (requestHeader.name === 'User-Agent') {
|
||||
useUserAgentMobile = requestHeader.value.toLowerCase().includes("mobile");
|
||||
useUserAgentMobile = requestHeader.value.toLowerCase().includes("mobile") && !matchUrlDomain(['telerama.fr'], details.url);
|
||||
}
|
||||
return requestHeader;
|
||||
});
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Fix Telerama.fr (mobile)
|
||||
|
||||
* v2.3.7.0 (2021-09-26)
|
||||
Add Aachener Zeitung (Germany)
|
||||
|
|
Loading…
Reference in a new issue