summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2019-01-16 19:34:23 -0500
committerAscrod <32915892+Ascrod@users.noreply.github.com>2019-01-16 19:34:23 -0500
commit1b9accd6fa553930aea02a51e0f49139eec94e84 (patch)
tree3273a25231b30302239e632ed4989c2ae07fe27c /application
parent3afb818f20be5029c55c431ad25721e2404bff2d (diff)
downloadUXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar
UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar.gz
UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar.lz
UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.tar.xz
UXP-1b9accd6fa553930aea02a51e0f49139eec94e84.zip
[PALEMOON] Fix the option to disable HSTS.
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/components/preferences/security.xul6
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;"