mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Backout opportunistic encryption changes.
Apparently there is some functional and naming confusion here. Backing out to re-land after evaluation and possible changes. Tag #863.
This commit is contained in:
parent
58b93e265b
commit
e53942ffe8
6 changed files with 2 additions and 27 deletions
|
|
@ -1374,9 +1374,6 @@ pref("network.tickle-wifi.delay", 16);
|
|||
// Turn off interprocess security checks. Needed to run xpcshell tests.
|
||||
pref("network.disable.ipc.security", false);
|
||||
|
||||
// Send upgrade-insecure-requests HTTP header?
|
||||
pref("network.http.opportunistic-encryption", false);
|
||||
|
||||
// Default action for unlisted external protocol handlers
|
||||
pref("network.protocol-handler.external-default", true); // OK to load
|
||||
pref("network.protocol-handler.warn-external-default", true); // warn before load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue