chore(firefox): Don't upgrade HTTP requests to HTTPS

This is similar to Chrome where it is disabled as well.
This commit is contained in:
Henrik Skupin 2025-01-24 15:55:50 +01:00
parent 34cb35859a
commit 679f7b20d3
No known key found for this signature in database
GPG key ID: AEB189C8ED815074

View file

@ -139,6 +139,9 @@ function defaultProfilePreferences(
'dom.min_background_timeout_value_without_budget_throttling': 0,
'dom.timeout.enable_budget_timer_throttling': false,
// Disable HTTPS-First upgrades
'dom.security.https_first': false,
// Only load extensions from the application and user profile
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
'extensions.autoDisableScopes': 0,