Programming/HTML
X-Frame-Options란?
- 확장 프로그램으로 해결하기 - meaownworld.tistory.com/171 X-Frame-Options이란? (에러 - it set 'X-Frame-Options' to 'sameorigin') X-Frame-Options이란? 보통 클라이언트 쪽에서 iframe을 사용할 때 볼 수 있는 에러에서 확인이 가능한데, 이는 iframe태그 등에서 외부 참조가 가능/불가능을 설정할 수 있는 통신 설정이다. iframe 이외 meaownworld.tistory.com - meta태그로 해결하기 - bongbongco.blogspot.com/2017/11/x-frame-options-test.html X-Frame-Options-Test 취약점 분석에 대한 블로그입니다. bongbongco.blogspo..