mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
[Palemoon] Disable Microsoft Family Safety support (Windows 8.1).
This is basically a https MitM setup that is unwanted for Pale Moon. Resolves #1000.
This commit is contained in:
parent
da3763b0a7
commit
0f800717bf
1 changed files with 3 additions and 0 deletions
|
|
@ -1121,6 +1121,9 @@ pref("security.csp.speccompliant", true);
|
|||
// Block insecure active content on https pages
|
||||
pref("security.mixed_content.block_active_content", true);
|
||||
|
||||
// Disable Microsoft Family Safety MitM support
|
||||
pref("security.family_safety.mode", 0);
|
||||
|
||||
// Override the Gecko-default value of false for Pale Moon.
|
||||
pref("plain_text.wrap_long_lines", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue