0

I've followed the tutorial as the link :

Disable same origin policy in Chrome

But when I add the shortcut target apparently always fail

Shortcut :

"C:\Users\Bertho Joris\AppData\Local\Google\Chrome\Application\chrome.exe"

When I add the line :

--disable-web-security

and results :

"C:\Users\Bertho Joris\AppData\Local\Google\Chrome\Application\chrome.exe --disable-web-security"

Always get an error message :

enter image description here

What should I do??

Community
  • 1
  • 1
Bertho Joris
  • 1,483
  • 5
  • 27
  • 60

1 Answers1

0

Try this:

"C:\Users\Bertho Joris\AppData\Local\Google\Chrome\Application\chrome.exe" --disable-web-security

Take note of the location of the ""

Lai Xin Chu
  • 2,462
  • 15
  • 29