fix: Add Chromium flag to disable-component-extensions-with-background-pages (#28294)

This commit is contained in:
Jennifer Shehane
2023-11-13 11:36:23 -05:00
committed by GitHub
parent a23dba19af
commit 8274f5ddb2
2 changed files with 9 additions and 0 deletions

View File

@@ -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_

View File

@@ -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',