blob: f6da18a7b1111d23c72f44bb338f9e9cb280fd55 (
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
@@ -1816,7 +1816,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(
|