Feature request for product/service
Cursor IDE
Describe the request
I wanted to attach flags like “–disable-web-security” to my chrome debug instance, but fail to do so.
I’ve tried these:
- set Custom Executable Path to “chrome.exe --disable-web-security”
- set Custom Executable Path to “unsafe chrome.lnk”
- set CDP Connection to “https://localhost:9222/”, and open chrome instance with “unsafe chrome.lnk”
Is there any way to set extra args to executable, or debug logs for me to check?