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 Post-release
Add Groupe Centre France (opt-in to custom sites) Add Groupe Centre France (opt-in to custom sites)
Fix Aftonbladet.se
Fix Business Standard Fix Business Standard
Fix Hearst Communications (newspapers) Fix Hearst Communications (newspapers)
Fix The Athletic Fix The Athletic

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

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

@ -4,6 +4,11 @@
"allow_cookies": 1, "allow_cookies": 1,
"block_regex": "\\.poool\\.fr\\/" "block_regex": "\\.poool\\.fr\\/"
}, },
"Aftonbladet": {
"domain": "aftonbladet.se",
"allow_cookies": 1,
"useragent": "bingbot"
},
"Business Standard": { "Business Standard": {
"domain": "business-standard.com", "domain": "business-standard.com",
"allow_cookies": 1, "allow_cookies": 1,

Loading…
Cancel
Save