#29280·cypress

chromeWebSecurity: false, // Disable web security to allow microphone access is not working in "cypress": "^13.6.2", I downgrade to 12.0.0 and it works fine

Author: ajeesh-tsCreated Apr 8, 2024Updated Sep 16, 2026
Labelsstage: needs investigatingprevent-stale

Current behavior

chromeWebSecurity: false, // Disable web security to allow microphone access is not working in "cypress": "^13.6.2" This settings is set in cypress.config.ts file and which was working fine previously, but in latest version "cypress": "^13.6.2" chromeWebSecurity: false is not working, Tried using chromeFlags: ['--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream'] which is also not working. So i tried installing an older version of 12.0.0 and it is working fine

Desired behavior

chromeWebSecurity: false, // Disable web security to allow microphone access
It should disable the microphone access browser settings

Test code to reproduce

chromeWebSecurity: false, // Disable web security to allow microphone access

Cypress Version

13.6.2

Node version

v20.11.0

Operating System

Windows 11 Pro

Debug Logs

No response

Other

No response