arkenfox / user.js

Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
MIT License
10.03k stars 515 forks source link

Firefox phone home and exempt https requests #1781

Closed antinoise1 closed 10 months ago

antinoise1 commented 10 months ago

Q: Block these requests without a DNS sinkhole?

https://services.addons.mozilla.org/api/v4/addons/search/?guid=default-theme%40
firefox.settings.services.mozilla.com
firefox-settings-attachments.cdn.mozilla.net
content-signature-2.cdn.mozilla.net

Q: Force HTTPS on ALL requests

HTTPS-Only Mode: Not upgrading insecure request “http://ocsp.digicert.com/” because it is exempt.

Q:

Remove all search engines from firefox permanently?
It restores firefox sponsors each time I create a new profile 

[Feature Request]

Disable Suggest firefox sponsors in URL bar:

user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);

Disable downloading country specific search engines and phone home:

user_pref("browser.region.update.enabled", false);
user_pref("browser.region.network.url", "");
antinoise1 commented 10 months ago

@iam-py-test why are you confused?

antinoise1 commented 9 months ago

why was this closed?

Thorin-Oakenpants commented 9 months ago

read RFC2459 .. HTTPS is not required for ocsp