Remove facebook.com from the convenience preset

Fixes #563
This commit is contained in:
kkapsner 2024-03-30 13:54:47 +01:00
parent 200f6b31f3
commit 87790c9731
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@
"protectDOMRect": {
"mail.google.com": false,
"onedrive.live.com": false,
"^https://[^/]*ebay\\.([a-z]+|com\\.(au|hk|my|sg)|co\\.uk)(/|$)": false,
"facebook.com": false
"^https://[^/]*ebay\\.([a-z]+|com\\.(au|hk|my|sg)|co\\.uk)(/|$)": false
},
"protectWindow": {
"paypal.com": false,

View File

@ -1,6 +1,6 @@
Version 1.10:
changes:
- added eBay and facebook.com to the convenience preset
- added eBay to the convenience preset
- do not use proxy for Function.prototype.toString (causes weird problems sometimes)
new features: