mirror of
https://github.com/penpot/penpot.git
synced 2026-09-01 01:28:41 +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}
|