Project: | Trisquel |
Version: | 7.0 |
Component: | Programs |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | patch (needs review) |
By default if a user hovers the cursor over a link Abrowser will send a DNS request to resolve the domain of the site the link references. This is probably there in order to speed up page loading by using the prefetched DNS response, but it creates somewhat of a privacy issue. This happens on http, but I didn't see it on https.
To remove this functionality set network.http.speculative-parallel-limit to 0 on about:config page.
Change sent here:
https://devel.trisquel.info/trisquel/package-helpers/merge_requests/119
Hi aklis,
There was no need to add those lines (Line nos. 191 and 192).
Just uncomment line number 17 in the same file. This setting disables pre-connecting to search engines when clicking on the search bar too, as far as I know.
There are following duplicated lines in the file:-
Also please make the following correction:-
Replace
pref ("extensions.getAddons.search.url", "http://trisquel.info");
with
pref ("extensions.getAddons.search.url", "https://trisquel.info/en/browser-plain");
You may flip back the status, if found appropriate.