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 |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.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 |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.contentFilter.allowScript': false
} |
...