For development purposes, I need to disable the same-origin policy in Safari (on Windows) on my machine.
In Chrome, this can be done by launching with the flag --disable-web-security. Is there an equivalent flag or hidden setting in Safari?
|
For development purposes, I need to disable the same-origin policy in Safari (on Windows) on my machine. In Chrome, this can be done by launching with the flag |
|||
|
|
|
In theory all you should have to do is open a command prompt and type in:
But that doesn't seem to produce the desired result. I know on a Mac running OS X you can achieve this result by opening the terminal application and typing in:
Since both Google Chrome and Safari both use webkit as its rendering engine the --disable-web-security does behave as expected on OS X. It could very well be that Safari on Windows is closed to accepting command line arguments. |
|||||||||||||||
|
|
If you are running OSX Lion (Safari 6.0), then you only need to enable the developer menu, and select "Disable local file restrictions" from the develop menu. |
|||||||||
|