diff options
author | Mark H Weaver <mhw@netris.org> | 2022-09-24 04:57:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-09-25 04:12:34 -0400 |
commit | 10bd9dafbd9ce466720ff9539d91a3f96f482b56 (patch) | |
tree | f6320cfb755fd2d209c61679e7865512a251fe38 /data | |
parent | f82b5b40943fe7723486fadccb48d454ee3e9dad (diff) |
Hide the protections icon in the address bar.
* data/patches/hide-protections-dashboard.patch: New file.
Diffstat (limited to 'data')
-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( |