diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2019-01-16 19:34:23 -0500 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2019-01-16 19:34:23 -0500 |
commit | 1b9accd6fa553930aea02a51e0f49139eec94e84 (patch) | |
tree | 3273a25231b30302239e632ed4989c2ae07fe27c | |
parent | 3afb818f20be5029c55c431ad25721e2404bff2d (diff) | |
download | UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar.gz UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar.lz UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar.xz UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.zip |
[PALEMOON] Fix the option to disable HSTS.
-rw-r--r-- | application/palemoon/components/preferences/security.xul | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/palemoon/components/preferences/security.xul b/application/palemoon/components/preferences/security.xul index b12946f2a..bc1625275 100644 --- a/application/palemoon/components/preferences/security.xul +++ b/application/palemoon/components/preferences/security.xul @@ -43,8 +43,8 @@ <!-- Security Protocols --> - <preference id="network.stricttransportsecurity.preloadlist" - name="network.stricttransportsecurity.preloadlist" + <preference id="network.stricttransportsecurity.enabled" + name="network.stricttransportsecurity.enabled" type="bool"/> <preference id="security.cert_pinning.enforcement_level" name="security.cert_pinning.enforcement_level" @@ -146,7 +146,7 @@ <checkbox id="enableHSTS" label="&enableHSTS.label;" accesskey="&enableHSTS.accesskey;" - preference="network.stricttransportsecurity.preloadlist" /> + preference="network.stricttransportsecurity.enabled" /> <checkbox id="enableHPKP" label="&enableHPKP.label;" accesskey="&enableHPKP.accesskey;" |