[tbb-commits] [tor-browser/tor-browser-91.5.0esr-11.5-1] fixup! Bug 40002: Remove about:ion
richard at torproject.org
richard at torproject.org
Thu Jan 13 15:09:00 UTC 2022
commit b383d8163a4dae9a1b6a997d5d77a47c17b6313b
Author: Pier Angelo Vendrame <pierov at torproject.org>
Date: Thu Jan 13 11:20:39 2022 +0100
fixup! Bug 40002: Remove about:ion
Fixes tor-browser#40775
---
browser/base/content/browser-siteIdentity.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/base/content/browser-siteIdentity.js b/browser/base/content/browser-siteIdentity.js
index 6dcfbd1e491f..5a702254bb5c 100644
--- a/browser/base/content/browser-siteIdentity.js
+++ b/browser/base/content/browser-siteIdentity.js
@@ -58,8 +58,8 @@ var gIdentityHandler = {
* the browser UI.
*/
_secureInternalPages: (AppConstants.TOR_BROWSER_UPDATE ?
- /^(?:accounts|addons|cache|certificate|config|crashes|downloads|license|logins|preferences|protections|rights|sessionrestore|support|welcomeback|ion|tor|torconnect|tbupdate)(?:[?#]|$)/i :
- /^(?:accounts|addons|cache|certificate|config|crashes|downloads|license|logins|preferences|protections|rights|sessionrestore|support|welcomeback|ion|tor|torconnect)(?:[?#]|$)/i),
+ /^(?:accounts|addons|cache|certificate|config|crashes|downloads|license|logins|preferences|protections|rights|sessionrestore|support|welcomeback|tor|torconnect|tbupdate)(?:[?#]|$)/i :
+ /^(?:accounts|addons|cache|certificate|config|crashes|downloads|license|logins|preferences|protections|rights|sessionrestore|support|welcomeback|tor|torconnect)(?:[?#]|$)/i),
/**
More information about the tbb-commits
mailing list