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
I performed a cursory search of the issue tracker to avoid opening a duplicate issue
Your issue may already be reported.
I tried to reproduce the issue when...
uBlock Origin is the only extension
uBlock Origin with default lists/settings
using a new, unmodified browser profile
I am running the latest version of uBlock Origin
I checked the documentation to understand that the issue I report is not a normal behavior
Description
When I install uBlock Origin in Pale Moon 33.3.0, it flips the network.dns.disablePrefetch by itself, since the "Disable pre-fetching" checkbox in the uBlock settings is ticked by default. The add-on will keep trying to flip the pref every restart. I don't believe this is correct behavior, especially now that Pale Moon has enabled DNS prefetching by default which will confuses users who have uBlock and most likely have pre-fetching disabled.
DNS prefetching is not the same as the content prefetching uBlock intends to block, since the former will only connect to the DNS server the user has configured. It will not bypass the user's filters, and therefore at the very least it should be separated out to its own checkbox, not ticked by default.
A specific URL where the issue occurs
N/A, as this affects one of the browser's prefs, not a webpage
Steps to Reproduce
Check that network.dns.disablePrefetch is false
Install uBlock Origin
Expected behavior:
network.dns.disablePrefetch should stay the same
Actual behavior:
network.dns.disablePrefetch is flipped to true the moment you install, as well as the moment you restart while the add-on is enabled.
Your environment
uBlock Origin version: 1.16.4.30
Browser Name and version: Pale Moon 33.3.0
Operating System and version: Windows 11 23H2 x64
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
When I install uBlock Origin in Pale Moon 33.3.0, it flips the
network.dns.disablePrefetch
by itself, since the "Disable pre-fetching" checkbox in the uBlock settings is ticked by default. The add-on will keep trying to flip the pref every restart. I don't believe this is correct behavior, especially now that Pale Moon has enabled DNS prefetching by default which will confuses users who have uBlock and most likely have pre-fetching disabled.DNS prefetching is not the same as the content prefetching uBlock intends to block, since the former will only connect to the DNS server the user has configured. It will not bypass the user's filters, and therefore at the very least it should be separated out to its own checkbox, not ticked by default.
A specific URL where the issue occurs
N/A, as this affects one of the browser's prefs, not a webpage
Steps to Reproduce
network.dns.disablePrefetch
isfalse
Expected behavior:
network.dns.disablePrefetch
should stay the sameActual behavior:
network.dns.disablePrefetch
is flipped totrue
the moment you install, as well as the moment you restart while the add-on is enabled.Your environment
The text was updated successfully, but these errors were encountered: