Skip to content

Commit

Permalink
Reversed change in CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 21, 2020
1 parent 9cfbb97 commit 57ce60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/base.py
Expand Up @@ -96,7 +96,7 @@
""" The default value to be used in the "Access-Control-Allow-Methods"
header value, this should not be too restrictive """

CONTENT_SECURITY = "default-src * ws://* wss://* data: blob:; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline'; frame-src * 'unsafe-inline' 'unsafe-eval';"
CONTENT_SECURITY = "default-src * ws://* wss://* data: blob:; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';"
""" The default value to be used in the "Content-Security-Policy"
header value, this should not be too restrictive """

Expand Down

0 comments on commit 57ce60b

Please sign in to comment.