Enable qt service work cull in qutebrowser

Newest Qute has a crash bug if you don't cull QT service workers on
startup. This used to be a Windows thing but now it's on Linux I guess,
so let's just make it the default.
This commit is contained in:
Trysdyn Black 2022-05-04 19:06:46 -07:00
parent eca3477559
commit b600f8b27e

View file

@ -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()