Skip to content

Commit

Permalink
Added CORS_ACA_ORIGIN config from environmetn variable
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed Mar 20, 2015
1 parent 2e06547 commit 562143b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fm/config/default.py
Expand Up @@ -56,6 +56,7 @@

CORS_ACA_EXPOSE_HEADERS = ['Link', 'Total-Pages', 'Total-Count', 'Auth-Token']
CORS_ACA_HEADERS = ['Content-Type', 'Auth-Token']
CORS_ACA_ORIGIN = os.environ.get('CORS_ACA_ORIGIN', '*')

# Google OAuth
GOOGLE_ALLOWED_DOMAINS = [
Expand Down

0 comments on commit 562143b

Please sign in to comment.