154 xss 공격방어 관련 v-html 사용 x
source: categories/study/vue-experiance/vue-experiance_9-99_55.md
154 xss 공격방어 관련 v-html 사용 x
v-html을 사용하지 않음에 따라 공지사항 상세조회 시 본문 내용에html적용되지 않으므로v-html대체 라이브러리 필요v-html대체 라이브러리 :vue-dompurify-html(https://github.com/LeSuisse/vue-dompurify-html)xss공격으로HTML코드가 해석되기 전에DOMPurify로 삭제