mirror of
https://github.com/immich-app/immich.git
synced 2026-07-15 21:32:32 +03:00
fix(server): updated default CSP config to support videos from V3 player (#29830)
This commit is contained in:
committed by
GitHub
parent
5f2e8a4fcf
commit
a04e2ddeca
@@ -5,6 +5,7 @@
|
||||
"script-src": ["'self'", "'wasm-unsafe-eval'", "'unsafe-inline'", "https://www.gstatic.com"],
|
||||
"style-src": ["'self'", "'unsafe-inline'"],
|
||||
"img-src": ["'self'", "data:", "blob:"],
|
||||
"media-src": ["'self'", "data:", "blob:"],
|
||||
"connect-src": [
|
||||
"'self'",
|
||||
"blob:",
|
||||
|
||||
Reference in New Issue
Block a user