Fix Aftonbladet.se

This commit is contained in:
magnolia1234 2022-09-23 19:10:33 +02:00
parent 5bd767ef3c
commit 5a5cfd9b34
4 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -707,5 +707,5 @@
"*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.8.5.5"
"version": "2.8.5.6"
}

View File

@ -26,7 +26,7 @@ var defaultSites = {
"Aftonbladet": {
domain: "aftonbladet.se",
allow_cookies: 1,
useragent: "googlebot"
useragent: "bingbot"
},
"Allgäuer Zeitung": {
domain: "allgaeuer-zeitung.de",

View File

@ -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,