From 87790c9731a2fd4de42526bb3a0744f8f2d3bbcd Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 30 Mar 2024 13:54:47 +0100 Subject: [PATCH] Remove facebook.com from the convenience preset Fixes #563 --- options/presets.json | 3 +-- releaseNotes.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/options/presets.json b/options/presets.json index c7a3f19..3d2c3bd 100644 --- a/options/presets.json +++ b/options/presets.json @@ -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, diff --git a/releaseNotes.txt b/releaseNotes.txt index 0553a11..77361df 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -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: