You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a request type doesn't support redirections, we fail with: qutebrowser.extensions.interceptors.RedirectFailedException: Request method does not support redirection.
However, the exception type is not exposed via the API. Also, there should probably be something like info.redirect(url, only_supported=True) which automatically silences those errors.
The text was updated successfully, but these errors were encountered:
If a request type doesn't support redirections, we fail with:
qutebrowser.extensions.interceptors.RedirectFailedException: Request method does not support redirection.
However, the exception type is not exposed via the API. Also, there should probably be something like
info.redirect(url, only_supported=True)
which automatically silences those errors.The text was updated successfully, but these errors were encountered: