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 4 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' 설정을 true로 설정하면 HTML 태그의 Event를 유지합니다.

synapeditor.config.js
{
	'editor.contentFilter.allowEventAttribute': true
}


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

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