firefox: enable smooth scrolling

When set to default, it apparently won't apply, so trying locked to not
confuse user when it re-enables itself.
This commit is contained in:
Aminda Suomalainen 2026-01-15 12:20:50 +02:00
parent 2b30a93033
commit 1cc3a823a2
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,9 @@ lockPref("cookiebanners.bannerClicking.enabled", true);
lockPref("cookiebanners.service.mode", 2);
lockPref("cookiebanners.service.mode.privateBrowsing", 2);
// Enable smooth scrolling. Has no effect in policy for some reason
lockPref("general.smoothScroll", true);
// I can set my preferred fonts in an order! :O
// but obviously this is forbidden in policies.json!
// Remember to allow fonts in privacy.fingerprintingProtection overrides and forbid document fonts to defeat font fingerprinting kind of

View File

@ -954,6 +954,12 @@
"Type": "number",
"Value": 0
},
"general.smoothScroll": {
"Comment": "This seems to have no effect even without errors. See autoconfig.",
"Status": "locked",
"Type": "boolean",
"Value": true
},
"general.useragent.extra.firefox": {
"Status": "clear"
},