Skip to content

Commit

Permalink
CSP subdomain wildcard for blockstack
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed May 10, 2019
1 parent 85a7e0e commit 5e069d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/boltathon/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def create_app(config_objects=['boltathon.settings']):
app,
content_security_policy={
'default-src': "'self'",
'connect-src': ["'self'", 'blockstack.org'],
'connect-src': ["'self'", 'blockstack.org', '*.blockstack.org'],
'img-src': ['*', 'data:'],
'font-src': ['*', 'data:'],
},
Expand Down

0 comments on commit 5e069d2

Please sign in to comment.