summaryrefslogtreecommitdiffstats
path: root/components/preferences/security.js
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.js
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.js')
-rw-r--r--components/preferences/security.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/components/preferences/security.js b/components/preferences/security.js
index 9d5f302..a0f283d 100644
--- a/components/preferences/security.js
+++ b/components/preferences/security.js
@@ -18,7 +18,6 @@ var gSecurityPane = {
{
this._pane = document.getElementById("paneSecurity");
this._initMasterPasswordUI();
- this._initHPKPUI();
},
// ADD-ONS
@@ -234,17 +233,6 @@ var gSecurityPane = {
"chrome://passwordmgr/content/passwordManager.xul",
"", null);
},
-
- _initHPKPUI: function() {
- let checkbox = document.getElementById("enableHPKP");
- let HPKPpref = document.getElementById("security.cert_pinning.enforcement_level");
-
- if (HPKPpref.value == 0) {
- checkbox.checked = false;
- } else {
- checkbox.checked = true;
- }
- },
/**
* Updates the HPKP enforcement level to the proper value depending on checkbox