diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-07 15:03:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 15:03:27 +0200 |
commit | 306f3865ccb240ef30c773de4955732227ce4929 (patch) | |
tree | 68f8bc59fbcd29ad1a5d2597fb61c5ba85600bfe /application | |
parent | 32ccd283f6af7c00a37bad163f77c481d3967ff1 (diff) | |
parent | e370a636baa5435c7c57a3aebf2fca647023b7c8 (diff) | |
download | UXP-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')
-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 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;" |