...
| Code Block |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.contentFilter.allowIframe': false
} |
| Status |
|---|
| colour | Yellow |
|---|
| title | RELEASE 2.7.0 OR ABOVE |
|---|
|
If If you set "editor.contentFilter.allowEmbed" value to false, insertion of <embed> tag by the user is restricted and the tag is automatically removed.
| Code Block |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.contentFilter.allowEmbed': false
} |
| Status |
|---|
| colour | Yellow |
|---|
| title | RELEASE 2.7.0 OR ABOVE |
|---|
|
If If you set "editor.contentFilter.allowObject" value to false, insertion of <object> tag by the user is restricted and the tag is automatically removed.
...