Reputation: 11
I'm trying to disable same origin policy in Safari (5.1.7.) on W7 station.
I'm doing phonegap application + jquery mobile + usage of rest services (drupal services 3.x module). I don`t have access to OSX now and need to test it without "Iphone simulator".
Thank you and greetings.
Upvotes: 0
Views: 1052
Reputation: 23273
You should be able to do:
C:\<path to installation>\Safari\Safari.exe --disable-web-security
but I'm on a Mac right now so I can't test for sure.
Upvotes: 1