mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Disable HPKP telemetry in Pale Moon.
This commit is contained in:
parent
e4eb3e60ec
commit
8d524b4567
1 changed files with 2 additions and 0 deletions
|
|
@ -1079,6 +1079,8 @@ pref("security.csp.speccompliant", true);
|
|||
// Block insecure active content on https pages
|
||||
pref("security.mixed_content.block_active_content", true);
|
||||
|
||||
// Disable HPKP telemetry
|
||||
pref("security.ssl.errorReporting.enabled", false);
|
||||
|
||||
// Override the Goanna-default value of false for Firefox.
|
||||
pref("plain_text.wrap_long_lines", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue