Skip to content
Snippets Groups Projects
Commit 9b65c233 authored by Roang's avatar Roang
Browse files

Merge branch 'fix/video_player_on_chrome' into 'develop'

fixed video player on chrome

See merge request hub/hub!1164
parents 341e70e5 9c825577
Branches
Tags
No related merge requests found
...@@ -112,7 +112,7 @@ env = environ.FileAwareEnv( ...@@ -112,7 +112,7 @@ env = environ.FileAwareEnv(
CSP_FONT_SRC=(list, ["'self'"]), CSP_FONT_SRC=(list, ["'self'"]),
CSP_OBJECT_SRC=(list, ["'none'"]), CSP_OBJECT_SRC=(list, ["'none'"]),
CSP_FRAME_SRC=(list, ["'none'"]), CSP_FRAME_SRC=(list, ["'none'"]),
CSP_MEDIA_SRC=(list, ["'self'"]), CSP_MEDIA_SRC=(list, ["'self'", 'blob:']),
CSP_FRAME_ANCESTORS=(list, ["'none'"]), CSP_FRAME_ANCESTORS=(list, ["'none'"]),
CSP_FORM_ACTION=(list, ["'self'"]), CSP_FORM_ACTION=(list, ["'self'"]),
CSP_BASE_URI=(list, ["'self'"]), CSP_BASE_URI=(list, ["'self'"]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment