소스 검색

Removed XFrame Origin

Yoginth 7 년 전
부모
커밋
1543cb07d6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      script/conf/gitote

+ 0 - 1
script/conf/gitote

@@ -7,7 +7,6 @@ server {
 
     proxy_set_header X-Real-IP  $remote_addr; # pass on real client IP
     add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
-    add_header X-Frame-Options SAMEORIGIN;
     add_header X-XSS-Protection "1; mode=block";
     add_header X-Content-Type-Options nosniff;
     add_header Referrer-Policy "no-referrer";