summaryrefslogtreecommitdiffstats
path: root/components/preferences/security.xul
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2019-12-16 21:30:30 -0800
committerThomas Groman <tgroman@nuegia.net>2019-12-16 21:30:30 -0800
commite6e22e652391ca01634a42490080361c1de7f322 (patch)
tree0c97e6a5684dff9ce943701f78dc48c3933a95b3 /components/preferences/security.xul
parenta50d5373404363e0f7ad98333ad29cf77d672e88 (diff)
downloadwebbrowser-e6e22e652391ca01634a42490080361c1de7f322.tar
webbrowser-e6e22e652391ca01634a42490080361c1de7f322.tar.gz
webbrowser-e6e22e652391ca01634a42490080361c1de7f322.tar.lz
webbrowser-e6e22e652391ca01634a42490080361c1de7f322.tar.xz
webbrowser-e6e22e652391ca01634a42490080361c1de7f322.zip
remove HPKP from UI as it's being deprecated in UXP
Diffstat (limited to 'components/preferences/security.xul')
-rw-r--r--components/preferences/security.xul5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/preferences/security.xul b/components/preferences/security.xul
index bc16252..bae6cca 100644
--- a/components/preferences/security.xul
+++ b/components/preferences/security.xul
@@ -46,9 +46,6 @@
<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"/>
<!-- Opportunistic Encryption -->
@@ -150,7 +147,7 @@
<checkbox id="enableHPKP"
label="&enableHPKP.label;"
accesskey="&enableHPKP.accesskey;"
- oncommand="gSecurityPane.updateHPKPPref();"/>
+ preference="security.cert_pinning.hpkp.enabled"/>
</vbox>
</groupbox>