mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
ensure HTTPS connection
This commit is contained in:
parent
46744d89b8
commit
e443681c97
1 changed files with 4 additions and 1 deletions
|
|
@ -707,3 +707,6 @@ defaultPref("privacy.partition.serviceWorkers", true);
|
|||
defaultPref("privacy.clearOnShutdown.cookies", true);
|
||||
defaultPref("privacy.clearOnShutdown.siteSettings", true);
|
||||
defaultPref("network.cookie.lifetimePolicy", 2);
|
||||
|
||||
// HTTPS-only
|
||||
defaultPref("dom.security.https_only_mode", true);
|
||||
Loading…
Add table
Reference in a new issue