Add ability to specify launch parameters for agent browser

Feature request for product/service

Cursor IDE

Describe the request

On my project I can’t visit dev website without those flags:
–disable-web-security --user-data-dir=“C:\temp\chrome-dev”

So, I have to create a shortcut with special “Target”:
“C:\Program Files\Google\Chrome\Application\chrome.exe” --disable-web-security --user-data-dir=“C:\temp\chrome-dev”

When Cursor runs browser through Agent, it runs it without web security disabled and it becomes useless for my project because my app won’t work without disabling web security.
If there was an ability to modify launch parameters for chrome that would solve this issue.
The overall feature is great though.

Screenshot / Screen Recording

Operating System (if it applies)

Windows 10/11

1 Like

I am in exactly the same issue with you