Skip to content

Commit

Permalink
fix cors Access-Control-Expose-Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Jul 8, 2015
1 parent dfe36b3 commit 503b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fm/http/cors.py
Expand Up @@ -16,7 +16,7 @@
'CREDENTIALS': 'Access-Control-Allow-Credentials',
'ORIGIN': 'Access-Control-Allow-Origin',
'MAX_AGE': 'Access-Control-Allow-Max-Age',
'EXPOSE_HEADERS': 'Access-Control-Allow-Expose-Headers',
'EXPOSE_HEADERS': 'Access-Control-Expose-Headers',
'HEADERS': 'Access-Control-Allow-Headers'
}

Expand Down

0 comments on commit 503b836

Please sign in to comment.