Skip to content

Commit 991ab89

Browse files
authored
Add cloudron to img-src CSP (#13887)
Signed-off-by: jolheiser <[email protected]>
1 parent b830eca commit 991ab89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/_headers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' data: https://cdnjs.cloudflare.com https://fonts.gstatic.com
2+
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com; img-src 'self' https://cloudron.io; font-src 'self' data: https://cdnjs.cloudflare.com https://fonts.gstatic.com
33
X-Frame-Options: DENY
44
X-Xss-Protection: 1; mode=block
55
X-Content-Type-Options: nosniff

0 commit comments

Comments
 (0)