diff --git a/home/gui/qutebrowser.nix b/home/gui/qutebrowser.nix index c3a3561..9436c5e 100644 --- a/home/gui/qutebrowser.nix +++ b/home/gui/qutebrowser.nix @@ -214,9 +214,7 @@ content = { autoplay = false; blocking = { - hosts = { - block_subdomains = true; - }; + hosts = { block_subdomains = true; }; adblock = { lists = [ "https://secure.fanboy.co.nz/fanboy-annoyance.txt" @@ -226,9 +224,7 @@ }; enabled = true; }; - cookies = { - accept = "no-3rdparty"; - }; + cookies = { accept = "no-3rdparty"; }; }; dns_prefetch = false; local_content_can_access_remote_urls = true;