mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 16:18:48 +00:00
7 lines
297 B
Plaintext
7 lines
297 B
Plaintext
add_header X-Content-Type-Options "nosniff" always;
|
|
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
|
|
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;
|
|
add_header X-Frame-Options SAMEORIGIN always;
|
|
${PENPOT_CSP_DIRECTIVE}
|
|
${PENPOT_HSTS_DIRECTIVE}
|