mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-15 17:17:22 +01:00
firefox-forbidden-policies.js: revert and U-turn on the font adjustment
This reverts commit 2615ab2abbdd8a26dcbae6a403f608ffff4d8643 and goes somewhat opposite direction...
This commit is contained in:
parent
dfcaf46736
commit
84179cbd28
@ -20,38 +20,38 @@ lockPref("cookiebanners.service.mode.privateBrowsing", 2);
|
|||||||
|
|
||||||
// I can set my preferred fonts in an order! :O
|
// I can set my preferred fonts in an order! :O
|
||||||
// but obviously this is forbidden in policies.json!
|
// but obviously this is forbidden in policies.json!
|
||||||
//lockPref(
|
// Remember to allow fonts in privacy.fingerprintingProtection overrides and forbid document fonts to defeat font fingerprinting kind of
|
||||||
// "font.name-list.monospace.x-cyrillic",
|
lockPref(
|
||||||
// "Atkinson Hyperlegible Mono, Comic Shanns Mono, Roboto Mono, Liberation Mono, Noto Sans Mono, monospace",
|
"font.name-list.monospace.x-cyrillic",
|
||||||
//);
|
"Atkinson Hyperlegible Mono, Comic Shanns Mono, Roboto Mono, Liberation Mono, Noto Sans Mono, monospace",
|
||||||
|
);
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.monospace.x-western",
|
"font.name-list.monospace.x-western",
|
||||||
"Atkinson Hyperlegible Mono, Comic Shanns Mono, Roboto Mono, Liberation Mono, Noto Sans Mono, monospace",
|
"Atkinson Hyperlegible Mono, Comic Shanns Mono, Roboto Mono, Liberation Mono, Noto Sans Mono, monospace",
|
||||||
);
|
);
|
||||||
// Forcing document fonts defeats font fingerprinting, don't worry.
|
lockPref(
|
||||||
//lockPref(
|
"font.name-list.sans-serif.x-cyrillic",
|
||||||
// "font.name-list.sans-serif.x-cyrillic",
|
"Atkinson Hyperlegible Next, Atkinson Hyperlegible, OpenDyslexic, Inclusive Sans, SourceSans3VF, Roboto, Liberation Sans, Noto Sans, sans-serif",
|
||||||
// "Atkinson Hyperlegible Next, Atkinson Hyperlegible, Inclusive Sans, Roboto, Liberation Sans, Noto Sans, sans-serif",
|
);
|
||||||
//);
|
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.sans-serif.x-western",
|
"font.name-list.sans-serif.x-western",
|
||||||
"Atkinson Hyperlegible Next, Atkinson Hyperlegible, Inclusive Sans, Roboto, Liberation Sans, Noto Sans, sans-serif",
|
"Atkinson Hyperlegible Next, Atkinson Hyperlegible, OpenDyslexic, Inclusive Sans, SourceSans3VF, Liberation Sans, Comic Neue, Roboto, Noto Sans, sans-serif",
|
||||||
|
);
|
||||||
|
lockPref(
|
||||||
|
"font.name-list.serif.x-cyrillic",
|
||||||
|
"Source Serif 4 Variable, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
||||||
);
|
);
|
||||||
//lockPref(
|
|
||||||
// "font.name-list.serif.x-cyrillic",
|
|
||||||
// "OpenDyslexic, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
|
||||||
// );
|
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.serif.x-western",
|
"font.name-list.serif.x-western",
|
||||||
"OpenDyslexic, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
"Source Serif 4 Variable, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
||||||
);
|
);
|
||||||
|
|
||||||
// Uncomment when giving up on messing up with fonts
|
// Uncomment when giving up on messing up with fonts
|
||||||
clearPref("font.name-list.monospace.x-cyrillic");
|
//clearPref("font.name-list.monospace.x-cyrillic");
|
||||||
//clearPref("font.name-list.monospace.x-western");
|
//clearPref("font.name-list.monospace.x-western");
|
||||||
clearPref("font.name-list.sans-serif.x-cyrillic");
|
//clearPref("font.name-list.sans-serif.x-cyrillic");
|
||||||
//clearPref("font.name-list.sans-serif.x-western");
|
//clearPref("font.name-list.sans-serif.x-western");
|
||||||
clearPref("font.name-list.serif.x-cyrillic");
|
//clearPref("font.name-list.serif.x-cyrillic");
|
||||||
//clearPref("font.name-list.serif.x-western");
|
//clearPref("font.name-list.serif.x-western");
|
||||||
|
|
||||||
// Play animated images only once, accessibility.
|
// Play animated images only once, accessibility.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user