mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 14:40:37 +01:00
firefox: disable layout.css.visited_links_enabled, layout.css.devPixelsPerPx legacy value
This commit is contained in:
parent
4cfca8601b
commit
65121667e9
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user