diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-11-04 23:39:37 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-11-04 23:39:37 +0100 |
commit | 79487a1a05a9e912c63d7a5259db2eccfc59af2b (patch) | |
tree | d8bbe7ee6c24aba879148a7a08f4adfd40ccaa21 /application/palemoon/components/preferences/security.xul | |
parent | bb3f5cef325cc1a1e3d0d383bd34e4a35fb25c49 (diff) | |
download | UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar.gz UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar.lz UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.tar.xz UXP-79487a1a05a9e912c63d7a5259db2eccfc59af2b.zip |
Backout opportunistic encryption changes.
Apparently there is some functional and naming confusion here.
Backing out to re-land after evaluation and possible changes.
Tag #863.
Diffstat (limited to 'application/palemoon/components/preferences/security.xul')
-rw-r--r-- | application/palemoon/components/preferences/security.xul | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/application/palemoon/components/preferences/security.xul b/application/palemoon/components/preferences/security.xul index d9c3dd55d..d3d321b16 100644 --- a/application/palemoon/components/preferences/security.xul +++ b/application/palemoon/components/preferences/security.xul @@ -49,10 +49,6 @@ <preference id="security.cert_pinning.enforcement_level" name="security.cert_pinning.enforcement_level" type="int"/> - - <preference id="network.http.opportunistic-encryption" - name="network.http.opportunistic-encryption" - type="bool"/> <!-- XSS Filter --> <!-- @@ -148,10 +144,6 @@ oncommand="gSecurityPane.updateHPKPPref();"/> </vbox> </groupbox> - - <checkbox id="enableOpEnc" - label="&enableOpEnc.label;" - preference="network.http.opportunistic-encryption" /> <!-- XSS Filter --> <!-- |