Skip to content

Instantly share code, notes, and snippets.

@dimianstudio
Forked from thokra/gist:818689
Created February 9, 2011 19:21
Show Gist options
  • Save dimianstudio/819068 to your computer and use it in GitHub Desktop.
Save dimianstudio/819068 to your computer and use it in GitHub Desktop.
$.ajaxSetup({
headers: {
"X-CSRF-Token": $("meta[name='csrf-token']").attr('content')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment