From 1c549d964e056a0a16b69e9921a2c4284462bd6a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 21 May 2024 20:56:27 +0300 Subject: [PATCH] firefox: underline links by default --- etc/firefox/policies/policies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 7f7d6f7f..dd1e6177 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -467,6 +467,12 @@ "Type": "boolean", "Value": true }, + "layout.css.always_underline_links": { + "Comment": "Underscore links by default, disabling allowed", + "Status": "default", + "Type": "boolean", + "Value": true + }, "layout.css.devPixelsPerPx": { "Status": "default", "Type": "string",