eunja511005 / AutoCoding

0 stars 0 forks source link

Static Navigation 메뉴에 써머노트 추가 #80

Closed eunja511005 closed 1 year ago

eunja511005 commented 1 year ago

테이블 데이터 추가시 기존 input type text를 써머노트로 변경

eunja511005 commented 1 year ago

/openImg/** URL 하위에 업로드 파일 저장되도로 하고 모든 유저(ANY)에 대해 GET 메서드 허용

currentDate = "openImg/"+currentDate;

image

eunja511005 commented 1 year ago

써머노트는 자동으로 XSS 처리를 해 주고 내부적으로 태그를 꼭 사용 해야 하므로 XSS 예외 처리

private List<String> noXssUrlList = Arrays.asList("/posts/save", "/layout/save", "/url2", "/url3");