Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

HTML TAG

'editor.contentFilter.allowIFrame' false로 설정하면 <iframe> 태그 삽입을 제한하여 자동으로 태그를 제거합니다.

synapeditor.config.js
{
	'editor.contentFilter.allowIFrame': false
}


'editor.contentFilter.allowScript' false로 설정하면 <script> 태그 삽입을 제한하여 자동으로 태그를 제거합니다.

synapeditor.config.js
{
	'editor.contentFilter.allowScript': false
}

HTML EVENT

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

synapeditor.config.js
{
	'editor.contentFilter.allowEventAttribute': false
}
  • No labels