Page tree

Versions Compared

Key

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

Set If you set "editor.contentFilter.allowIFrame" value to false, restrict insertion of <iframe> tag by User and remove <iframe> tag automaticallythe user is restricted and the tag is automatically removed.

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


Set If you set "editor.contentFilter.allowIScript" value to false, restrict insertion of <script> tag by Use rand remove <script> tag automaticallythe user is restricted and the tag is automatically removed.

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

...