Skip to content

Instantly share code, notes, and snippets.

@Refalm
Created September 24, 2023 14:55
Show Gist options
  • Save Refalm/2a5d0a5c8d6a3221a1b6d9574db3401b to your computer and use it in GitHub Desktop.
Save Refalm/2a5d0a5c8d6a3221a1b6d9574db3401b to your computer and use it in GitHub Desktop.
Disable Firefox upgrading http to https automatically
user_pref("browser.fixup.fallback-to-https", false);
user_pref("network.stricttransportsecurity.preloadlist", false);
user_pref("security.mixed_content.upgrade_display_content", false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment