From 65121667e9555428db3ef7fa03972401d8ee381c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 4 Mar 2025 12:48:45 +0200 Subject: [PATCH] firefox: disable layout.css.visited_links_enabled, layout.css.devPixelsPerPx legacy value --- etc/firefox/policies/policies.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index cf5c968a..4ab554d2 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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",