mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:09:00 +00:00
9b22ada0a7
* Add cloudron image to docs itself * rm cloudron csp * Update from-package.en-us.md
6 lines
426 B
Text
6 lines
426 B
Text
/*
|
|
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
|
|
X-Frame-Options: DENY
|
|
X-Xss-Protection: 1; mode=block
|
|
X-Content-Type-Options: nosniff
|
|
Referrer-Policy: strict-origin-when-cross-origin
|