Page tree

Versions Compared

Key

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

...

'editor.contentFilter.allowIFrame' false true 로 설정하면 <iframe> 태그 삽입을 제한하여 자동으로 태그를 제거합니다.허용합니다. (기본값 false)

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

...

'editor.contentFilter.allowScript' false true로 설정하면 <script> 태그 삽입을 제한하여 자동으로 태그를 제거합니다.허용합니다. (기본값 false)

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

...

'editor.contentFilter.allowEventAttribute' false true로 설정하면 HTML 태그의 Event를 제거합니다Event attribute 를 허용합니다. (기본값 false)

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

...