firefox: disable layout.css.visited_links_enabled, layout.css.devPixelsPerPx legacy value

This commit is contained in:
Aminda Suomalainen 2025-03-04 12:48:45 +02:00
parent 4cfca8601b
commit 65121667e9
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -615,8 +615,7 @@
"layout.css.devPixelsPerPx": {
"Comment": "ui.textScaleFactor 90 does practically the same with less side effects.",
"Status": "clear",
"Type": "string",
"Value": "1.5"
"Type": "string"
},
"layout.css.font-variant-emoji.enabled": {
"Comment": "Experimental, disabled by default.",
@ -627,6 +626,12 @@
"Comment": "Clear ensures system color scheme (darkman)",
"Status": "clear"
},
"layout.css.visited_links_enabled": {
"Comment": "Don't display visited links with different colour. https://josephpetitti.com/blog/how-css-can-leak-your-browser-history",
"Status": "locked",
"Type": "boolean",
"Value": false
},
"media.autoplay.default": {
"Comment": "Not even autoplaying silently?",
"Status": "default",