mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Fix Aftonbladet.se
This commit is contained in:
parent
5bd767ef3c
commit
5a5cfd9b34
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Add Groupe Centre France (opt-in to custom sites)
|
||||
Fix Aftonbladet.se
|
||||
Fix Business Standard
|
||||
Fix Hearst Communications (newspapers)
|
||||
Fix The Athletic
|
||||
|
@ -707,5 +707,5 @@
|
||||
"*://gcm.omerlocdn.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.8.5.5"
|
||||
"version": "2.8.5.6"
|
||||
}
|
||||
|
2
sites.js
2
sites.js
@ -26,7 +26,7 @@ var defaultSites = {
|
||||
"Aftonbladet": {
|
||||
domain: "aftonbladet.se",
|
||||
allow_cookies: 1,
|
||||
useragent: "googlebot"
|
||||
useragent: "bingbot"
|
||||
},
|
||||
"Allgäuer Zeitung": {
|
||||
domain: "allgaeuer-zeitung.de",
|
||||
|
@ -4,6 +4,11 @@
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.poool\\.fr\\/"
|
||||
},
|
||||
"Aftonbladet": {
|
||||
"domain": "aftonbladet.se",
|
||||
"allow_cookies": 1,
|
||||
"useragent": "bingbot"
|
||||
},
|
||||
"Business Standard": {
|
||||
"domain": "business-standard.com",
|
||||
"allow_cookies": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user