Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created November 1, 2009 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaszkorecki/223709 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/223709 to your computer and use it in GitHub Desktop.
How to disable Same Origin Policy in:
1) Firefox:
about:config -> security.fileuri.strict_origin_policy -> false
2) Chrome:
run with command line switch: --disable-web-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment