diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-14 12:26:32 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-14 12:26:32 +0100 |
commit | effff24825e50bd525892375e18cdaeb627f5855 (patch) | |
tree | ecf75a7fb3d3255efdc8e0fc387cbf1df9c6757c /application/palemoon/components/preferences/security.xul | |
parent | f4cc93fc9ee9059c44bb9bc28266b01397ede4a3 (diff) | |
download | UXP-effff24825e50bd525892375e18cdaeb627f5855.tar UXP-effff24825e50bd525892375e18cdaeb627f5855.tar.gz UXP-effff24825e50bd525892375e18cdaeb627f5855.tar.lz UXP-effff24825e50bd525892375e18cdaeb627f5855.tar.xz UXP-effff24825e50bd525892375e18cdaeb627f5855.zip |
Issue #1289 - Part 4: Update Pale Moon UI.
This swaps the UI choice to using the new boolean pref instead of
enforcement level.
Diffstat (limited to 'application/palemoon/components/preferences/security.xul')
-rw-r--r-- | application/palemoon/components/preferences/security.xul | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/palemoon/components/preferences/security.xul b/application/palemoon/components/preferences/security.xul index bc1625275..9aa3f7a8a 100644 --- a/application/palemoon/components/preferences/security.xul +++ b/application/palemoon/components/preferences/security.xul @@ -46,9 +46,9 @@ <preference id="network.stricttransportsecurity.enabled" name="network.stricttransportsecurity.enabled" type="bool"/> - <preference id="security.cert_pinning.enforcement_level" - name="security.cert_pinning.enforcement_level" - type="int"/> + <preference id="security.cert_pinning.hpkp.enabled" + name="security.cert_pinning.hpkp.enabled" + type="bool"/> <!-- Opportunistic Encryption --> @@ -150,7 +150,7 @@ <checkbox id="enableHPKP" label="&enableHPKP.label;" accesskey="&enableHPKP.accesskey;" - oncommand="gSecurityPane.updateHPKPPref();"/> + preference="security.cert_pinning.hpkp.enabled"/> </vbox> </groupbox> |