Skip to content

Commit 41e9d02

Browse files
committed
tests sécurisation headers
1 parent b50a8f0 commit 41e9d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/nginx.apps.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ server {
88
server_tokens off;
99

1010
add_header X-Frame-Options DENY;
11+
add_header X-Content-Type-Options nosniff;
1112

1213
location ~ /index.html|.*\.toml|.*\.json$ {
1314
expires -1;

0 commit comments

Comments
 (0)