X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/995fddfe358ae13dd22ab778f90c40cf1e26be86..62302d0781d37e7b2c76789f0d49a08f38bb3bb6:/qutebrowser/config.py?ds=inline diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 5a091a5..81a4238 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -39,7 +39,10 @@ try: message.info("Redirecting to " + url.toString()) info.redirect(url) - interceptor.register(intercept) + #FIXME: trying this disabled for a bit to test if qb crashes less + #2022-08-16 enabling it again (and off again) + # yeah crashed immediately + # interceptor.register(intercept) except ImportError: pass