[Pale-Moon] Issue MoonchildProductions/UXP#1280 - Remove HPKP from Pale Moon

This commit is contained in:
Pale Moon 2020-03-29 10:31:38 +02:00 committed by Roy Tam
commit c3397ea7ec
2 changed files with 1 additions and 10 deletions

View file

@ -46,10 +46,7 @@
<preference id="network.stricttransportsecurity.enabled"
name="network.stricttransportsecurity.enabled"
type="bool"/>
<preference id="security.cert_pinning.hpkp.enabled"
name="security.cert_pinning.hpkp.enabled"
type="bool"/>
<!-- Opportunistic Encryption -->
<preference id="network.http.upgrade-insecure-requests"
@ -147,10 +144,6 @@
label="&enableHSTS.label;"
accesskey="&enableHSTS.accesskey;"
preference="network.stricttransportsecurity.enabled" />
<checkbox id="enableHPKP"
label="&enableHPKP.label;"
accesskey="&enableHPKP.accesskey;"
preference="security.cert_pinning.hpkp.enabled"/>
</vbox>
</groupbox>

View file

@ -37,8 +37,6 @@
<!ENTITY SecProto.label "Security Protocols">
<!ENTITY enableHSTS.label "Enable Strict Transport Security (HSTS)">
<!ENTITY enableHSTS.accesskey "S">
<!ENTITY enableHPKP.label "Enable Certificate Key Pinning (HPKP)">
<!ENTITY enableHPKP.accesskey "C">
<!ENTITY OpEnc.label "Opportunistic Encryption (OE)">
<!ENTITY enableUIROpEnc.label "Enable Upgrade Insecure Requests">