Skip to content

Commit

Permalink
fix csp rule error
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Sep 13, 2018
1 parent ce253de commit 8783cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def find_key(token):

csp = {
"default-src": "'none'",
"style-src": ["'self'", "unsafe-inline", "'unsafe-inline'"],
"style-src": ["'self'", "'unsafe-inline'"],
"script-src": [
"'self'",
"*.cloudflare.com",
Expand Down

0 comments on commit 8783cd1

Please sign in to comment.