[Privacy] Abrowser sends requests when hovering over a link

Projet:Trisquel
Version:7.0
Composant:Programs
Catégorie:Rapporter un bogue
Priorité:normal
Attribué:Non assigné
Statut:patch (needs review)
Description

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.

sam, 08/15/2015 - 19:22
Statut:active» patch (ready)

Change sent here:

https://devel.trisquel.info/trisquel/package-helpers/merge_requests/119

mer, 08/19/2015 - 09:31
Statut:patch (ready)» patch (needs review)

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:-

Lines 17  and 192. (For the above case.)
Lines 114 and 150.
Lines 102 and 104.

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.