-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requests on mousedown aren’t made in Firefox #435
Comments
Happens with other content blocking extensions like uMatrix too.. |
This happens because of the setting "Disable pre-fetching". This works fine when disabling this setting. It works with Chromium regardless of the setting because with Chromium web sites have higher priority than a user's own setting. |
Thanks for the info. Would it make sense (and would it be possible) to allow prefetching on the same origin? I believe there’s no privacy implication to this. |
uBO just toggles a Firefox setting, Firefox does the work internally to enforce that setting, so if you want this behavior you have to open an issue with Firefox. |
From someone working on Chrome:
If cross-origin prefetch ends up not working anymore, would you re-enable prefetching in uBlock Origin by default? |
Prerequisites
Description
instant.page
allows to preload pages on mouseover, but the requests aren’t made on Firefox when hovering over links.It works normally in Chrome.
A specific URL where the issue occurs
Steps to Reproduce
https://instant.page/
with uBlock OriginExpected behavior:
No requests are made.
Actual behavior:
Requests are made.
Your environment
The text was updated successfully, but these errors were encountered: