diff options
Diffstat (limited to 'data/patches/hide-protections-dashboard.patch')
-rw-r--r-- | data/patches/hide-protections-dashboard.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/patches/hide-protections-dashboard.patch b/data/patches/hide-protections-dashboard.patch new file mode 100644 index 0000000..9effa08 --- /dev/null +++ b/data/patches/hide-protections-dashboard.patch @@ -0,0 +1,11 @@ +--- a/browser/base/content/browser-siteProtections.js ++++ b/browser/base/content/browser-siteProtections.js +@@ -1553,7 +1553,7 @@ + this._trackingProtectionIconContainer.hidden = true; + return; + } +- this._trackingProtectionIconContainer.hidden = false; ++ this._trackingProtectionIconContainer.hidden = true; + + // Check whether the user has added an exception for this site. + this.hasException = ContentBlockingAllowList.includes( |