diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 6d97a46..653bbe5 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -337,4 +337,7 @@ c.content.blocking.method = 'both' # Try to get around paywalls and adblock-block with Google Cache c.aliases['paywall'] = 'open https://www.google.com/search?q=cache:{url}' +# Remove service workers on start to get around different bugs in Win and Lin +c.qt.workarounds.remove_service_workers = True + config.load_autoconfig()