mirror of
https://github.com/pinry/pinry.git
synced 2026-01-16 20:22:06 +01:00
Fix: Add X-Frame-Options by default
This commit is contained in:
@@ -8,6 +8,9 @@ server {
|
||||
root /pinry/pinry-spa/dist/;
|
||||
|
||||
client_max_body_size 50M;
|
||||
add_header X-Frame-Options sameorigin always;
|
||||
|
||||
|
||||
location /static {
|
||||
alias /data/static;
|
||||
expires max;
|
||||
|
||||
Reference in New Issue
Block a user