diff options
author | trav90 <travawine@palemoon.org> | 2018-06-07 07:45:16 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-06-07 07:45:16 -0500 |
commit | e370a636baa5435c7c57a3aebf2fca647023b7c8 (patch) | |
tree | dd8d41cba072e8e710b738d36a00b51101eb53af | |
parent | b789cbe5c1b2529c2934925fd2b54c8a7b92f8a0 (diff) | |
download | uxp-e370a636baa5435c7c57a3aebf2fca647023b7c8.tar.gz |
[PALEMOON] Update the pref name for HSTS
This aligns the pref name for Pale Moon with what is used in the platform.
-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 43352b926c..d3d321b16c 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;" |