Skip to content

Commit

Permalink
fix: Add progress bar stylesheet to CSP config
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 26, 2021
1 parent 981b307 commit 68f37e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/csp_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
f"{domain()}/static/game/js/blockly/media/",
f"{domain()}/static/icons/",
),
"CSP_STYLE_SRC": ("https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css",),
"CSP_SCRIPT_SRC": ("'unsafe-eval'",),
"CSP_FRAME_SRC": (
f"{domain()}/static/game/image/",
Expand Down

0 comments on commit 68f37e0

Please sign in to comment.