mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Fix WaPo
This commit is contained in:
parent
b23576021e
commit
10100fcb69
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||
Post-release
|
||||
Remove Alma Talent sites (hold Iltalehti.fi)
|
||||
Fix Corriere dello Sport (subdomains)
|
||||
Fix WaPo
|
||||
|
||||
* v2.8.7.0 (2022-10-02)
|
||||
Add ArcInfo.ch
|
||||
|
@ -713,5 +713,5 @@
|
||||
"*://gcm.omerlocdn.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.8.7.2"
|
||||
"version": "2.8.7.3"
|
||||
}
|
||||
|
2
sites.js
2
sites.js
@ -1935,7 +1935,7 @@ var defaultSites = {
|
||||
"The Washington Post": {
|
||||
domain: "washingtonpost.com",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.washingtonpost\.com\/tetro\/evaluate/
|
||||
block_regex: /\.washingtonpost\.com\/tetro\/metering\/evaluate/
|
||||
},
|
||||
"The West Australian (+ regional/opt-in to custom sites)": {
|
||||
domain: "thewest.com.au",
|
||||
|
@ -100,6 +100,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"The Washington Post": {
|
||||
"domain": "washingtonpost.com",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.washingtonpost\\.com\\/tetro\\/metering\\/evaluate"
|
||||
},
|
||||
"Trierischer Volksfreund": {
|
||||
"domain": "volksfreund.de",
|
||||
"allow_cookies": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user