Fix Aftonbladet.se

merge-requests/9/merge
magnolia1234 2 years ago
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"
}

@ -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…
Cancel
Save