mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Fix Corriere dello Sport (subdomains)
This commit is contained in:
parent
09e5c0884c
commit
1532cab148
@ -2,6 +2,7 @@
|
||||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Fix Corriere dello Sport (subdomains)
|
||||
|
||||
* v2.8.7.0 (2022-10-02)
|
||||
Add ArcInfo.ch
|
||||
|
@ -722,5 +722,5 @@
|
||||
"*://gcm.omerlocdn.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.8.7.0"
|
||||
"version": "2.8.7.1"
|
||||
}
|
||||
|
2
sites.js
2
sites.js
@ -321,7 +321,7 @@ var defaultSites = {
|
||||
},
|
||||
"Corriere dello Sport": {
|
||||
domain: "corrieredellosport.it",
|
||||
allow_cookies: 1
|
||||
remove_cookies_select_drop: ["paywall_articles"]
|
||||
},
|
||||
"Crain Communications": {
|
||||
domain: "###_usa_craincomm",
|
||||
|
@ -29,6 +29,10 @@
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.clarin\\.com\\/.+\\/auth\\d\\.js"
|
||||
},
|
||||
"Corriere dello Sport": {
|
||||
"domain": "corrieredellosport.it",
|
||||
"remove_cookies_select_drop": ["paywall_articles"]
|
||||
},
|
||||
"General-Anzeiger Bonn": {
|
||||
"domain": "ga.de",
|
||||
"allow_cookies": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user