Created
June 10, 2026 13:29
-
-
Save DmitryBychenko/1406f0bb511a766c16a9645690929c59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Внедрение заголовков безопасности | |
| <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