Skip to content

Commit

Permalink
Add X-Frame-Options header to prevent clickjacking
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Oct 3, 2024
1 parent 6fb13d5 commit 92dc5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ events {
http {
server {
listen 80;

add_header X-Frame-Options "DENY";

location / {
# React routes are entirely on the App side in the web browser
Expand Down

0 comments on commit 92dc5a6

Please sign in to comment.