Release v1.9.1.1

Hotfix remove cookies (www)
master
magnolia1234 2020-10-19 09:29:45 +02:00
parent 3c37b1a5f1
commit 6e6c72efa4
6 changed files with 11 additions and 7 deletions

View File

@ -43,10 +43,10 @@ Windows Registry Editor Version 5.00
"1"="lkbebcjgcmobigpeffafkodonchffocl"
#### Android
1. Install [Yandex Browser](https://play.google.com/store/apps/details?id=com.yandex.browser&hl=en) from the Google PlayStore.
1. Install [Kiwi Browser](https://play.google.com/store/apps/details?id=com.kiwibrowser.browser&hl=nl) or [Yandex Browser](https://play.google.com/store/apps/details?id=com.yandex.browser&hl=en) from the Google PlayStore.
2. Follow Chrome instructions located just above (step 6: pick `manifest.json` instead of the folder).
* for some sites you can also use [Kiwi Browser](https://play.google.com/store/apps/details?id=com.kiwibrowser.browser&hl=nl); load the CRX-file in downloads (auto-updating, no whitelist needed, still some cookie-removal issues ...)
* for Kiwi Browser you can also load the CRX-file in downloads (auto-updating, no whitelist needed, opt-in for custom sites not working)
#### Firefox
Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean) of Bypass Paywall Clean.

View File

@ -491,7 +491,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(
},
["blocking", "requestHeaders"]);
var block_js_default = ["*://cdn.tinypass.com/*", "*://*.piano.io/*", "*://*.poool.fr/*", "*://cdn\.ampproject.org/v*/amp-access-*.js", "*://*.blueconic.net/*", "*://*.cxense.com/*", "*://*.evolok.net/*", "*://js.matheranalytics.com/*", "*://*.onecount.net/*", "*://*.qiota.com/*", "*://*.tribdss.com/*"];
var block_js_default = ["*://cdn.tinypass.com/*", "*://*.piano.io/*", "*://*.poool.fr/*", "*://cdn.ampproject.org/v*/amp-access-*.js", "*://*.blueconic.net/*", "*://*.cxense.com/*", "*://*.evolok.net/*", "*://js.matheranalytics.com/*", "*://*.onecount.net/*", "*://*.qiota.com/*", "*://*.tribdss.com/*"];
var block_js_custom = [];
var block_js_custom_ext = [];
var block_js = block_js_default.concat(block_js_custom);
@ -773,8 +773,9 @@ ext_api.webRequest.onCompleted.addListener(function (details) {
if ((rc_domain in remove_cookies_select_drop) && !(remove_cookies_select_drop[rc_domain].includes(cookie.name))) {
continue; // only remove specific cookie
}
cookie.domain = cookie.domain.replace(/^\./, '');
ext_api.cookies.remove({
url: (cookie.secure ? "https://" : "http://") + rc_domain + cookie.path,
url: (cookie.secure ? "https://" : "http://") + cookie.domain + cookie.path,
name: cookie.name
});
}

View File

@ -3,6 +3,9 @@ Changelog Bypass Paywalls Clean - Chrome
Post-release
* v1.9.1.1 (2020-10-19)
Hotfix remove cookies (www)
* v1.9.1.0 (2020-10-18)
Add NYmag-sites Grub Street, The Cut & Vulture
Add Quotidiano.net (Italy)

View File

@ -315,5 +315,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.9.1.0"
"version": "1.9.1.1"
}

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lkbebcjgcmobigpeffafkodonchffocl'>
<updatecheck codebase='https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-1.9.1.0.crx' version='1.9.1.0' />
<updatecheck codebase='https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-1.9.1.1.crx' version='1.9.1.1' />
</app>
</gupdate>

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lkbebcjgcmobigpeffafkodonchffocl'>
<updatecheck codebase='https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-1.9.1.0.crx' version='1.9.1.0' />
<updatecheck codebase='https://bitbucket.org/magnolia1234/bypass-paywalls-chrome-clean/downloads/bypass-paywalls-chrome-clean-1.9.1.1.crx' version='1.9.1.1' />
</app>
</gupdate>