mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
parent
d24ac0c406
commit
8fb5b349d5
2 changed files with 5 additions and 2 deletions
|
|
@ -580,6 +580,9 @@ pref("network.captive-portal-service.enabled", true);
|
||||||
// If true, network link events will change the value of navigator.onLine
|
// If true, network link events will change the value of navigator.onLine
|
||||||
pref("network.manage-offline-status", true);
|
pref("network.manage-offline-status", true);
|
||||||
|
|
||||||
|
// Enable opportunistic encryption by default
|
||||||
|
pref("network.http.opportunistic-encryption", true);
|
||||||
|
|
||||||
// We want to make sure mail URLs are handled externally...
|
// We want to make sure mail URLs are handled externally...
|
||||||
pref("network.protocol-handler.external.mailto", true); // for mail
|
pref("network.protocol-handler.external.mailto", true); // for mail
|
||||||
pref("network.protocol-handler.external.news", true); // for news
|
pref("network.protocol-handler.external.news", true); // for news
|
||||||
|
|
|
||||||
|
|
@ -1374,8 +1374,8 @@ pref("network.tickle-wifi.delay", 16);
|
||||||
// Turn off interprocess security checks. Needed to run xpcshell tests.
|
// Turn off interprocess security checks. Needed to run xpcshell tests.
|
||||||
pref("network.disable.ipc.security", false);
|
pref("network.disable.ipc.security", false);
|
||||||
|
|
||||||
// Send upgrade-insecure-requests HTTP header
|
// Send upgrade-insecure-requests HTTP header?
|
||||||
pref("network.http.opportunistic-encryption", true);
|
pref("network.http.opportunistic-encryption", false);
|
||||||
|
|
||||||
// Default action for unlisted external protocol handlers
|
// Default action for unlisted external protocol handlers
|
||||||
pref("network.protocol-handler.external-default", true); // OK to load
|
pref("network.protocol-handler.external-default", true); // OK to load
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue