Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created February 16, 2015 22:11
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 linus-amg/b48014e7514677c3262f to your computer and use it in GitHub Desktop.
Save linus-amg/b48014e7514677c3262f to your computer and use it in GitHub Desktop.
$.ajaxSetup({
beforeSend: function(jqXHR, settings) {
if (!settings.raw) {
settings.xhrFields = { withCredentials: false };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment