mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Add preference for fully disabling HSTS.
This commit is contained in:
parent
dc2cf8544d
commit
57ca286478
3 changed files with 27 additions and 0 deletions
|
|
@ -2038,6 +2038,8 @@ pref("network.proxy.autoconfig_url.include_path", false);
|
|||
pref("network.proxy.autoconfig_retry_interval_min", 5); // 5 seconds
|
||||
pref("network.proxy.autoconfig_retry_interval_max", 300); // 5 minutes
|
||||
|
||||
// Master switch for HSTS usage (security <-> privacy tradeoff)
|
||||
pref("network.stricttransportsecurity.enabled", true);
|
||||
// Use the HSTS preload list by default
|
||||
pref("network.stricttransportsecurity.preloadlist", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue