From d8eed44b4447eb70b46b31edd101b823669013e7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 15 Sep 2025 15:19:02 -0500 Subject: [PATCH] grrrr --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index b4f5fdc..9942c78 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1050,7 +1050,7 @@ c.content.headers.do_not_track = True ## The file `~/.config/qutebrowser/blocked-hosts` is always read if it ## exists. ## Type: List of Url -c.content.host_blocking.lists = ['https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts', 'https://www.nytimes.com/vi-assets/static-assets/main*'] +# c.content.host_blocking.lists = ['https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts'] ## A list of patterns that should always be loaded, despite being ad- ## blocked. Note this whitelists blocked hosts, not first-party URLs. As