Fix BusinessPost.ie (js)

merge-requests/16/head
magnolia1234 12 months ago
parent 0fb95e66ad
commit 2a26bd1c70

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
Post-release Post-release
Fix BusinessPost.ie (js)
Fix NyTeknik.se Fix NyTeknik.se
Fix Tuttosport (image) Fix Tuttosport (image)

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.3.7.2" "version": "3.3.7.3"
} }

@ -803,5 +803,5 @@
"*://*.wyleex.com/*", "*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.3.7.2" "version": "3.3.7.3"
} }

@ -310,7 +310,7 @@ var defaultSites = {
"Business Post.ie": { "Business Post.ie": {
domain: "businesspost.ie", domain: "businesspost.ie",
allow_cookies: 1, allow_cookies: 1,
block_regex: /\.piano\.io\//, block_regex: /\.businesspost\.ie\/api\/tinypass\.min\.js/,
cs_dompurify: 1 cs_dompurify: 1
}, },
"Business Standard": { "Business Standard": {

@ -24,6 +24,13 @@
"block_regex": "(\\.cm\\.bloomberg\\.com\\/|assets\\.bwbx\\.io\\/s\\d\\/javelin\\/.+\\/transporter\\/)", "block_regex": "(\\.cm\\.bloomberg\\.com\\/|assets\\.bwbx\\.io\\/s\\d\\/javelin\\/.+\\/transporter\\/)",
"upd_version": "3.2.7.1" "upd_version": "3.2.7.1"
}, },
"Business Post.ie": {
"domain": "businesspost.ie",
"allow_cookies": 1,
"block_regex": "\\.businesspost\\.ie\\/api\\/tinypass\\.min\\.js",
"cs_dompurify": 1,
"upd_version": "3.3.7.3"
},
"Condé Nast Traveler": { "Condé Nast Traveler": {
"domain": "cntraveler.com", "domain": "cntraveler.com",
"allow_cookies": 1, "allow_cookies": 1,

Loading…
Cancel
Save