Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox phone home and exempt https requests #1781

Closed
antinoise1 opened this issue Dec 6, 2023 · 3 comments
Closed

Firefox phone home and exempt https requests #1781

antinoise1 opened this issue Dec 6, 2023 · 3 comments
Labels

Comments

@antinoise1
Copy link

antinoise1 commented Dec 6, 2023

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
Copy link
Author

@iam-py-test why are you confused?

@antinoise1
Copy link
Author

why was this closed?

@Thorin-Oakenpants
Copy link
Contributor

read RFC2459 .. HTTPS is not required for ocsp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants