Skip to content

Instantly share code, notes, and snippets.

@quetzaluz
Created July 8, 2013 22:32
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 quetzaluz/5953064 to your computer and use it in GitHub Desktop.
Save quetzaluz/5953064 to your computer and use it in GitHub Desktop.
module.exports = {
"access-control-allow-origin": "*",
"access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
"access-control-allow-headers": "Origin, X-Requested-With, Content-Type, Accept, X-Parse-Application-Id, X-Parse-REST-API-Key",
"access-control-max-age": 10 // Seconds.
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment