blob: 9effa088c6c1e6cb5030067b8996bb5860771feb (
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
@@ -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(
|