blob: d7dc85532d01a9ef9676fbb1ea5c4be34311e77e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/browser/base/content/browser-siteProtections.js
+++ b/browser/base/content/browser-siteProtections.js
@@ -1950,7 +1950,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(
|