From 1fa485e744b5037915659d1b718ec8b13ffeeb66 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sun, 25 Mar 2018 14:00:16 +0200 Subject: [PATCH] more whitelisting --- config/qutebrowser/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index a471348..69dd5d8 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -8,6 +8,7 @@ c.confirm_quit = ["downloads"] # c.content.developer_extras = True c.content.javascript.enabled = False c.content.ssl_strict = True +c.content.headers.accept_language = "en-US" c.downloads.location.directory = "/data/temporary" c.downloads.location.suggestion = "both" c.downloads.open_dispatcher = "rifle" @@ -59,10 +60,10 @@ allowed = [ 'https://calendar.google.com/*' , 'https://www.glowing-bear.org/*' , 'https://zeuswpi.slack.com/*' , 'https://github.com/*' - , 'https://github.ugent.be/*' - , 'https://dodona.ugent.be/*' + , 'https://*.ugent.be/*' , 'https://secure.ogone.com/*' # bancontact , 'https://belgium-3dsecure.wlp-acs.com/*' # bancontact + , 'https://*.axabank.be/*' ] for pattern in allowed: