Skip to content

Commit

Permalink
Merge pull request #31 from thorlarholm/master
Browse files Browse the repository at this point in the history
Pull request for issue 30
  • Loading branch information
mrjoes committed Mar 6, 2012
2 parents db43803 + 6019807 commit 4d18fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornadio2/preflight.py
Expand Up @@ -40,7 +40,7 @@ def preflight(self):
self.request.headers['Origin'])

if 'Cookie' in self.request.headers:
self.set_header('Access-Control-Allow-Credentials', True)
self.set_header('Access-Control-Allow-Credentials', 'true')

self.set_header('Access-Control-Allow-Methods', 'POST, GET, OPTIONS')

Expand Down

0 comments on commit 4d18fd9

Please sign in to comment.