Does Mozilla have a point in not allowing me to customize fonts through policy? No comment.

This commit is contained in:
Aminda Suomalainen 2024-05-19 20:19:35 +03:00
parent 5486aed454
commit e066a99481
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 45 additions and 0 deletions

View File

@ -18,6 +18,15 @@ pref("cookiebanners.bannerClicking.enabled", true);
pref("cookiebanners.service.mode", 2); pref("cookiebanners.service.mode", 2);
pref("cookiebanners.service.mode.privateBrowsing", 2); pref("cookiebanners.service.mode.privateBrowsing", 2);
// I can set my preferred fonts in an order! :O
// but obviously this is forbidden in policies.json!
pref("font.name-list.monospace.x-cyrillic", "Noto Shanns Mono, monospace");
pref("font.name-list.monospace.x-western", "Noto Shanns Mono, monospace");
pref("font.name-list.sans-serif.x-cyrillic", "Noto Sans, sans-serif");
pref("font.name-list.sans-serif.x-western", "Noto Sans, sans-serif");
pref("font.name-list.serif.x-cyrillic", "Noto Serif, serif");
pref("font.name-list.serif.x-western", "Noto Serif, serif");
// Play animated images only once, accessibility. // Play animated images only once, accessibility.
pref("image.animation.mode", "once"); pref("image.animation.mode", "once");

View File

@ -423,6 +423,42 @@
"Type": "string", "Type": "string",
"Value": "" "Value": ""
}, },
"font.name-list.monospace.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Noto Shanns Mono, monospace"
},
"font.name-list.monospace.x-western": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Noto Shanns Mono, monospace"
},
"font.name-list.sans-serif.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Noto Sans, sans-serif"
},
"font.name-list.sans-serif.x-western": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Noto Sans, sans-serif"
},
"font.name-list.serif.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Noto Serif, serif"
},
"font.name-list.serif.x-western": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Noto Serif, serif"
},
"general.config.obscure_value": { "general.config.obscure_value": {
"Comment": "Required for autoconfig.", "Comment": "Required for autoconfig.",
"Status": "locked", "Status": "locked",