gnuboard / gnuboard5

그누보드5 (영카트 포함) 공개형 Git
Other
308 stars 247 forks source link

특정 상황에서 createSEditor2의 Same-origin 오류 #262

Closed gnh1201 closed 1 year ago

gnh1201 commented 1 year ago

요약

특정 상황(#260, #261)을 우회한 경우 createSEditor2의 Same-origin 오류

상세

  1. 요약에 언급된 특정 상황을 우회한 경우, createSEditor2(스마트 에디터 2) 에서 Same-origin 관련 오류 발생함.
Uncaught DOMException: Permission denied to access property "createSEditor2" on cross-origin object
    createInIFrame https://catswords.zip/plugin/editor/smarteditor2/js/service/HuskyEZCreator.js:82
HuskyEZCreator.js:82
  1. 관리자 페이지의 정상 작동에 영향을 미침. (JS 오류이므로 CSRF 토큰 관련 기능에도 영향을 미침)
gnh1201 commented 1 year ago

작업 중 HostX-Forwarded-Proto 헤더 설정을 잘못해서 생긴 문제라서 해당 변경과는 관련 없는 것으로 확인.

스마트 에디터 2 작동 잘 됨.