File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/playwright-core/src/server/bidi/third_party Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 - main
88 paths :
99 - .github/workflows/tests_bidi.yml
10- - packages/playwright-core/src/server/bidi/*
10+ - packages/playwright-core/src/server/bidi/**
1111 schedule :
1212 # Run every day at midnight
1313 - cron : ' 0 0 * * *'
Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ function defaultProfilePreferences(
139139 'dom.min_background_timeout_value_without_budget_throttling' : 0 ,
140140 'dom.timeout.enable_budget_timer_throttling' : false ,
141141
142+ // Disable HTTPS-First upgrades
143+ 'dom.security.https_first' : false ,
144+
142145 // Only load extensions from the application and user profile
143146 // AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
144147 'extensions.autoDisableScopes' : 0 ,
You can’t perform that action at this time.
0 commit comments