Skip to content

Commit

Permalink
dashboard: remove x-frame-option header
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Jan 3, 2024
1 parent c83d031 commit 7be9940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/client/docker/nginx/conf.d/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ server {
server_tokens off;

add_header X-Content-Type-Options "nosniff";
add_header X-Frame-Options "deny";
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";

root /var/app;
Expand Down

0 comments on commit 7be9940

Please sign in to comment.