From 2ecdb81f6271a406ef94f87c977e894c0a8e12e9 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 18 Feb 2025 17:01:11 +0100 Subject: [PATCH] qutebrowser: Enable javascript for docker hub --- qutebrowser/config/content.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config/content.py b/qutebrowser/config/content.py index 90c84bc..4f2a44c 100644 --- a/qutebrowser/config/content.py +++ b/qutebrowser/config/content.py @@ -32,6 +32,7 @@ js_whitelist = [ "*://news.ycombinator.com/*", "*://old.reddit.com/*", "*://translate.google.com/*", + "*://hub.docker.com/*", "chrome://*/*", "file://*", "qute://*/*",