Skip to content
Snippets Groups Projects
Commit e0ae0e4a authored by HeJ's avatar HeJ
Browse files

Merge branch 'fix/csp_for_finished_tasks' into 'develop'

added csp headers for re-streaming finished events

See merge request hub/hub!1170
parents fa2c5dfe 6e7c4ffa
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,8 @@ env = environ.FileAwareEnv(
# TODO: Remove unsafe-inline from CSP_STYLE_SRC after style extraction is done
CSP_STYLE_SRC=(list, ["'self'", "'unsafe-inline'"]),
# c3volc.de is used for the video player
CSP_IMG_SRC=(list, ["'self'", 'data:', 'http://*.c3voc.de/']),
CSP_CONNECT_SRC=(list, ["'self'", 'http://*.c3voc.de/']),
CSP_IMG_SRC=(list, ["'self'", 'data:', 'http://*.c3voc.de/', 'https://media.ccc.de/']),
CSP_CONNECT_SRC=(list, ["'self'", 'http://*.c3voc.de/', 'https://media.ccc.de/']),
CSP_FONT_SRC=(list, ["'self'"]),
CSP_OBJECT_SRC=(list, ["'none'"]),
CSP_FRAME_SRC=(list, ["'none'"]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment