Add preference for fully disabling HSTS.

This commit is contained in:
Ascrod 2019-01-16 19:33:09 -05:00 committed by Roy Tam
commit 57ca286478
3 changed files with 27 additions and 0 deletions

View file

@ -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);