summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/preferences/security.xul
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/components/preferences/security.xul')
-rw-r--r--application/palemoon/components/preferences/security.xul8
1 files changed, 8 insertions, 0 deletions
diff --git a/application/palemoon/components/preferences/security.xul b/application/palemoon/components/preferences/security.xul
index d3d321b16..d9c3dd55d 100644
--- a/application/palemoon/components/preferences/security.xul
+++ b/application/palemoon/components/preferences/security.xul
@@ -49,6 +49,10 @@
<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 -->
<!--
@@ -144,6 +148,10 @@
oncommand="gSecurityPane.updateHPKPPref();"/>
</vbox>
</groupbox>
+
+ <checkbox id="enableOpEnc"
+ label="&enableOpEnc.label;"
+ preference="network.http.opportunistic-encryption" />
<!-- XSS Filter -->
<!--