From 10bd9dafbd9ce466720ff9539d91a3f96f482b56 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 24 Sep 2022 04:57:46 -0400 Subject: Hide the protections icon in the address bar. * data/patches/hide-protections-dashboard.patch: New file. --- data/patches/hide-protections-dashboard.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/patches/hide-protections-dashboard.patch 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( -- cgit v1.2.3