summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-11-05 15:58:39 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-11-05 15:58:39 +0100
commita0a37ffd4a9410435b2dd45f372732cb802567f7 (patch)
treeafc99dc03f912b85598df18820b4629a73c5695f /application/palemoon/components
parentd29d1cc84b1c09ef7d0b93f03f957c7b99644910 (diff)
downloadUXP-a0a37ffd4a9410435b2dd45f372732cb802567f7.tar
UXP-a0a37ffd4a9410435b2dd45f372732cb802567f7.tar.gz
UXP-a0a37ffd4a9410435b2dd45f372732cb802567f7.tar.lz
UXP-a0a37ffd4a9410435b2dd45f372732cb802567f7.tar.xz
UXP-a0a37ffd4a9410435b2dd45f372732cb802567f7.zip
#863 Part 3: Add Pale Moon GUI options for Opportunistic Encryption.
Diffstat (limited to 'application/palemoon/components')
-rw-r--r--application/palemoon/components/preferences/security.xul19
1 files changed, 19 insertions, 0 deletions
diff --git a/application/palemoon/components/preferences/security.xul b/application/palemoon/components/preferences/security.xul
index d3d321b16..b12946f2a 100644
--- a/application/palemoon/components/preferences/security.xul
+++ b/application/palemoon/components/preferences/security.xul
@@ -50,6 +50,15 @@
name="security.cert_pinning.enforcement_level"
type="int"/>
+ <!-- Opportunistic Encryption -->
+
+ <preference id="network.http.upgrade-insecure-requests"
+ name="network.http.upgrade-insecure-requests"
+ type="bool"/>
+ <preference id="network.http.altsvc.oe"
+ name="network.http.altsvc.oe"
+ type="bool"/>
+
<!-- XSS Filter -->
<!--
<preference id="security.xssfilter.enable" name="security.xssfilter.enable" type="bool"/>
@@ -144,6 +153,16 @@
oncommand="gSecurityPane.updateHPKPPref();"/>
</vbox>
</groupbox>
+
+ <groupbox id="OpportunisticEncryption">
+ <caption label="&OpEnc.label;"/>
+ <checkbox id="enableUIROpEnc"
+ label="&enableUIROpEnc.label;"
+ preference="network.http.upgrade-insecure-requests" />
+ <checkbox id="enableAltSvcOpEnc"
+ label="&enableAltSvcOpEnc.label;"
+ preference="network.http.altsvc.oe" />
+ </groupbox>
<!-- XSS Filter -->
<!--