We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cb358 commit 679f7b2Copy full SHA for 679f7b2
packages/playwright-core/src/server/bidi/third_party/firefoxPrefs.ts
@@ -139,6 +139,9 @@ function defaultProfilePreferences(
139
'dom.min_background_timeout_value_without_budget_throttling': 0,
140
'dom.timeout.enable_budget_timer_throttling': false,
141
142
+ // Disable HTTPS-First upgrades
143
+ 'dom.security.https_first': false,
144
+
145
// Only load extensions from the application and user profile
146
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
147
'extensions.autoDisableScopes': 0,
0 commit comments