File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1313 "; " .join ([
1414 f"default-src 'self' https: { CORS_ORIGIN } " ,
1515 f"img-src 'self' data: { CORS_ORIGIN } " ,
16+ f"media-src 'self' data: { CORS_ORIGIN } " ,
1617 f"connect-src 'self' ws://{ CORS_ORIGIN_HOSTNAME } " ,
1718 f"style-src 'unsafe-inline' 'self' { CORS_ORIGIN } " ,
1819 f"script-src https: 'unsafe-inline' 'unsafe-eval' 'self' { CORS_ORIGIN } "
Original file line number Diff line number Diff line change 1313 "; " .join ([
1414 f"default-src 'self' https: { CORS_ORIGIN } " ,
1515 f"img-src 'self' data: { CORS_ORIGIN } " ,
16+ f"media-src 'self' data: { CORS_ORIGIN } " ,
1617 f"connect-src 'self' ws://{ CORS_ORIGIN_HOSTNAME } " ,
1718 f"style-src 'unsafe-inline' 'self' { CORS_ORIGIN } " ,
1819 f"script-src https: 'unsafe-inline' 'unsafe-eval' 'self' { CORS_ORIGIN } "
You can’t perform that action at this time.
0 commit comments