Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.contentFilter.allowIFrame': false
}



Status
colourYellow
title릴리즈 2.7.0 이상
 'editor.contentFilter.allowScriptallowLink' true로 설정하면 <script> <link> 태그 삽입을 허용합니다. (기본값 false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.contentFilter.allowScriptallowLink': false
}
Status
colourYellow
title릴리즈 2.7.0 이상

...



HTML SCRIPT & EVENT ATTRIBUTES

Warning
title옵션사용으로 인해 발생하는 보안문제는 책임질 수 없습니다.



'editor.contentFilter.allowScript' true로 설정하면 <link> <script> 태그 삽입을 허용합니다. (기본값 false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.contentFilter.allowLinkallowScript': false
}

...



Status
colourYellow
title릴리즈 2.7.0 이상
 'editor.contentFilter.allowEventAttribute' true로 설정하면 HTML 태그의 이벤트 속성(onclick, onload, onchange, ....)을 허용합니다. (기본값 false)

...