Skip to content

Commit

Permalink
Chore: Recover Iframe setting
Browse files Browse the repository at this point in the history
  • Loading branch information
b-re-w committed Jun 6, 2024
1 parent 163ebaa commit cd242c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/default
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Real-IP $remote_addr;

more_set_headers -s '200' 'X-Frame-Options:';
add_header X-Frame-Options "ALLOWALL";

proxy_pass http://127.0.0.1:80;
}

Expand Down

0 comments on commit cd242c2

Please sign in to comment.