From cb37cb72080f5378be500b7250636dad21792fbe Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 4 Feb 2022 17:04:40 +0100 Subject: [PATCH] [Qutebrowser] Allow everything from my domains --- .config/qutebrowser/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/content.py b/.config/qutebrowser/content.py index 6b612d8..19d3a6a 100644 --- a/.config/qutebrowser/content.py +++ b/.config/qutebrowser/content.py @@ -81,7 +81,7 @@ c.content.blocking.method = 'auto' # pattern instead. # Type: List of UrlPattern c.content.blocking.whitelist = [ - 'https://matomo.phundrak.com/*', + "https://*.phundrak.com/*", ] # Enable support for the HTML 5 web application cache feature. An