mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(firefox): Don't upgrade HTTP requests to HTTPS (#34465)
This commit is contained in:
parent
b39c29d096
commit
9d91d7a1e9
2
.github/workflows/tests_bidi.yml
vendored
2
.github/workflows/tests_bidi.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/tests_bidi.yml
|
- .github/workflows/tests_bidi.yml
|
||||||
- packages/playwright-core/src/server/bidi/*
|
- packages/playwright-core/src/server/bidi/**
|
||||||
schedule:
|
schedule:
|
||||||
# Run every day at midnight
|
# Run every day at midnight
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|||||||
@ -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…
x
Reference in New Issue
Block a user