We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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", "");
The text was updated successfully, but these errors were encountered:
@iam-py-test why are you confused?
Sorry, something went wrong.
why was this closed?
read RFC2459 .. HTTPS is not required for ocsp
No branches or pull requests
Q: Block these requests without a DNS sinkhole?
Q: Force HTTPS on ALL requests
Q:
[Feature Request]
Disable Suggest firefox sponsors in URL bar:
Disable downloading country specific search engines and phone home:
The text was updated successfully, but these errors were encountered: