mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
[Pale-Moon] Issue MoonchildProductions/UXP#1280 - Remove HPKP from Pale Moon
This commit is contained in:
parent
b629cc4418
commit
c3397ea7ec
2 changed files with 1 additions and 10 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue