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:
parent
eca3477559
commit
b600f8b27e
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue