mirror of
https://github.com/immich-app/immich.git
synced 2026-03-28 12:27:57 -04:00
22 lines
604 B
JSON
22 lines
604 B
JSON
{
|
|
"contentSecurityPolicy": {
|
|
"directives": {
|
|
"default-src": ["'self'"],
|
|
"script-src": ["'self'", "'wasm-unsafe-eval", "'unsafe-inline'", "https://www.gstatic.com"],
|
|
"style-src": ["'self'", "'unsafe-inline'"],
|
|
"img-src": ["'self'", "'data:'", "'blob:'"],
|
|
"connect-src": [
|
|
"'self'",
|
|
"blob:",
|
|
"https://pay.futo.org",
|
|
"https://static.immich.cloud",
|
|
"https://tiles.immich.cloud"
|
|
],
|
|
"worker-src": ["'self'", "blob:"],
|
|
"frame-src": ["'none'"],
|
|
"object-src": ["'none'"],
|
|
"base-uri": ["'self'"]
|
|
}
|
|
}
|
|
}
|