mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 14:10:57 -06:00
fix: Add Chromium flag to disable-component-extensions-with-background-pages (#28294)
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
|
||||
## 13.5.1
|
||||
|
||||
_Released 11/21/2023 (PENDING)_
|
||||
|
||||
**Bugfixes:**
|
||||
|
||||
- We now pass a flag to Chromium browsers to disable default component extensions. This is a common flag passed during browser automation. Fixed in [#28294](https://github.com/cypress-io/cypress/pull/28294).
|
||||
|
||||
## 13.5.0
|
||||
|
||||
_Released 11/8/2023_
|
||||
|
||||
@@ -73,6 +73,7 @@ const DEFAULT_ARGS = [
|
||||
'--reduce-security-for-testing',
|
||||
'--enable-automation',
|
||||
'--disable-print-preview',
|
||||
'--disable-component-extensions-with-background-pages',
|
||||
|
||||
'--disable-device-discovery-notifications',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user