mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
[PALEMOON] Fix the option to disable HSTS.
This commit is contained in:
parent
57ca286478
commit
ecab329490
1 changed files with 3 additions and 3 deletions
|
|
@ -43,8 +43,8 @@
|
|||
|
||||
<!-- Security Protocols -->
|
||||
|
||||
<preference id="network.stricttransportsecurity.preloadlist"
|
||||
name="network.stricttransportsecurity.preloadlist"
|
||||
<preference id="network.stricttransportsecurity.enabled"
|
||||
name="network.stricttransportsecurity.enabled"
|
||||
type="bool"/>
|
||||
<preference id="security.cert_pinning.enforcement_level"
|
||||
name="security.cert_pinning.enforcement_level"
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
<checkbox id="enableHSTS"
|
||||
label="&enableHSTS.label;"
|
||||
accesskey="&enableHSTS.accesskey;"
|
||||
preference="network.stricttransportsecurity.preloadlist" />
|
||||
preference="network.stricttransportsecurity.enabled" />
|
||||
<checkbox id="enableHPKP"
|
||||
label="&enableHPKP.label;"
|
||||
accesskey="&enableHPKP.accesskey;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue