summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-06-07 15:03:27 +0200
committerGitHub <noreply@github.com>2018-06-07 15:03:27 +0200
commit306f3865ccb240ef30c773de4955732227ce4929 (patch)
tree68f8bc59fbcd29ad1a5d2597fb61c5ba85600bfe /application/palemoon/components
parent32ccd283f6af7c00a37bad163f77c481d3967ff1 (diff)
parente370a636baa5435c7c57a3aebf2fca647023b7c8 (diff)
downloadUXP-306f3865ccb240ef30c773de4955732227ce4929.tar
UXP-306f3865ccb240ef30c773de4955732227ce4929.tar.gz
UXP-306f3865ccb240ef30c773de4955732227ce4929.tar.lz
UXP-306f3865ccb240ef30c773de4955732227ce4929.tar.xz
UXP-306f3865ccb240ef30c773de4955732227ce4929.zip
Merge pull request #461 from trav90/HSTS
Improve HSTS preload list generation
Diffstat (limited to 'application/palemoon/components')
-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 43352b926..d3d321b16 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.enabled"
- name="network.stricttransportsecurity.enabled"
+ <preference id="network.stricttransportsecurity.preloadlist"
+ name="network.stricttransportsecurity.preloadlist"
type="bool"/>
<preference id="security.cert_pinning.enforcement_level"
name="security.cert_pinning.enforcement_level"
@@ -137,7 +137,7 @@
<checkbox id="enableHSTS"
label="&enableHSTS.label;"
accesskey="&enableHSTS.accesskey;"
- preference="network.stricttransportsecurity.enabled" />
+ preference="network.stricttransportsecurity.preloadlist" />
<checkbox id="enableHPKP"
label="&enableHPKP.label;"
accesskey="&enableHPKP.accesskey;"