1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00

Added paypal.com to the convenience preset

For #532
This commit is contained in:
kkapsner 2021-03-06 11:16:20 +01:00
parent 872e633025
commit be55cbf983
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@
"protectDOMRect": { "protectDOMRect": {
"mail.google.com": false, "mail.google.com": false,
"onedrive.live.com": false "onedrive.live.com": false
},
"protectWindow": {
"paypal.com": false
} }
}, },
"stealth": { "stealth": {

View File

@ -1,6 +1,7 @@
Version 1.6: Version 1.6:
changes: changes:
- periodical persistent rnd clearing does not clear in active tabs - periodical persistent rnd clearing does not clear in active tabs
- added paypal.com to the convenience preset
new features: new features:
- try to not break tabs when updating - try to not break tabs when updating