Firefox to allow users to disable sending of search terms to ISPs #2

Open
opened 2020-06-22 17:48:40 +00:00 by gallegonovato · 0 comments

Good afternoon:

According to the website attached. There is a bug in firefox that makes it send the searches to the dns of your operator. In it they indicate how to stop this sending. The web is:

https://techdows.com/2020/06/chrome-firefox-leak-search-terms-isps.html

Then there are these tickets for Mozilla:

user_pref("browser.startup.page", 0);
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
user_pref("browser.newtabpage.activity-stream.telemetry", false);
user_pref("browser.newtabpage.activity-stream.telemetry.ping.endpoint", "");
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false);
user_pref("browser.newtabpage.activity-stream.feeds.system.topsites", false);
user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);

A hug

Good afternoon: According to the website attached. There is a bug in firefox that makes it send the searches to the dns of your operator. In it they indicate how to stop this sending. The web is: https://techdows.com/2020/06/chrome-firefox-leak-search-terms-isps.html Then there are these tickets for Mozilla: user_pref("browser.startup.page", 0); user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false); user_pref("browser.newtabpage.activity-stream.telemetry", false); user_pref("browser.newtabpage.activity-stream.telemetry.ping.endpoint", ""); user_pref("browser.newtabpage.activity-stream.showSponsored", false); user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false); user_pref("browser.newtabpage.activity-stream.feeds.system.topsites", false); user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0); A hug
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: d3cim/mozilla.cfg#2
No description provided.