From d2e3e094f82f89a770a5fbcc07d8cf6f2d7b8f93 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 15 Dec 2024 21:01:10 -0600 Subject: [PATCH] task | formating --- home/gui/qutebrowser.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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;