We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aa9ad commit 8d4fb11Copy full SHA for 8d4fb11
jupyter_lab_config.py
@@ -12,7 +12,7 @@
12
'Content-Security-Policy':
13
"; ".join([
14
f"default-src 'self' https: {CORS_ORIGIN}",
15
- f"img-src 'self' data: {CORS_ORIGIN}",
+ f"media-src 'self' data: {CORS_ORIGIN}",
16
f"connect-src 'self' ws://{CORS_ORIGIN_HOSTNAME}",
17
f"style-src 'unsafe-inline' 'self' {CORS_ORIGIN}",
18
f"script-src https: 'unsafe-inline' 'unsafe-eval' 'self' {CORS_ORIGIN}"
0 commit comments