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:
parent
34cb35859a
commit
679f7b20d3
|
|
@ -139,6 +139,9 @@ function defaultProfilePreferences(
|
||||||
'dom.min_background_timeout_value_without_budget_throttling': 0,
|
'dom.min_background_timeout_value_without_budget_throttling': 0,
|
||||||
'dom.timeout.enable_budget_timer_throttling': false,
|
'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
|
// Only load extensions from the application and user profile
|
||||||
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
|
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
|
||||||
'extensions.autoDisableScopes': 0,
|
'extensions.autoDisableScopes': 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue