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 2 Next »

Set "editor.contentFilter.allowIFrame" value false, restrict insertion <iframe> tag by User and remove <iframe> tag automatically.

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


Set "editor.contentFilter.allowIScript" value false, restrict insertion <script> tag by Use rand remove <script> tag automatically.

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