Skip to content

Instantly share code, notes, and snippets.

@DmitryBychenko
Created June 10, 2026 13:29
Show Gist options
  • Select an option

  • Save DmitryBychenko/1406f0bb511a766c16a9645690929c59 to your computer and use it in GitHub Desktop.

Select an option

Save DmitryBychenko/1406f0bb511a766c16a9645690929c59 to your computer and use it in GitHub Desktop.
# Внедрение заголовков безопасности
<IfModule mod_headers.c>
Header set X-XSS-Protection "1; mode=block"
Header set X-Frame-Options "SAMEORIGIN"
Header set X-Content-Type-Options "nosniff"
Header set Referrer-Policy "strict-origin-when-cross-origin"
Header set Permissions-Policy "geolocation=(), microphone=(), camera=()"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment