[tbb-bugs] #29678 [Applications/Tor Browser]: "Insecure connection" icon display for non-HTTPS sites
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Mar 7 16:54:42 UTC 2019
#29678: "Insecure connection" icon display for non-HTTPS sites
--------------------------------------+--------------------------
Reporter: cypherpunks | Owner: tbb-team
Type: enhancement | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+--------------------------
Comment (by Thorin):
FYI: there's also a text option, and don't conflict with the PB mode only
prefs: i.e I know TB always opens in PB mode (by default), but I have no
idea what happens if you have both icon prefs as true, that in a normal
window, the icon will appear.
{{{
/* display "insecure" icon and "Not Secure" text on HTTP sites ***/
user_pref("security.insecure_connection_icon.enabled", true); // [FF59+]
user_pref("security.insecure_connection_text.enabled", true); // [FF60+]
// user_pref("security.insecure_connection_icon.pbmode.enabled", true);
// [FF59+] private windows only
// user_pref("security.insecure_connection_text.pbmode.enabled", true);
// [FF60+] private windows only
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29678#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list