From 5fb1d12d142c9c41eb4cdd6e38bd965c61e3287d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 27 Feb 2024 15:01:51 +0200 Subject: [PATCH] LibreAwoo: remove extraneous comma --- conf/librewolf.overrides.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index 0b440f29..3519a32d 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -113,7 +113,7 @@ pref("network.trr.disable-ECS", false); pref("network.dns.echconfig.enabled", true); pref("network.dns.use_https_rr_as_altsvc", true); pref("network.trr.exclude-etc-hosts", false); -pref("network.trr.excluded-domains", "http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com",); +pref("network.trr.excluded-domains", "http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com"); // Default UI scale pref("layout.css.devPixelsPerPx", "1.5");