...
| Code Block |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.contentFilter.allowScript': false
} |
RELEASE 2.3.0 OR ABOVE
| Status |
|---|
| |
|---|
| colour | Yellow |
|---|
| title | 릴리즈 RELEASE 2.73.0 이상OR ABOVE |
|---|
|
If you set 'editor.contentFilter.allowScript' value to
false,
insertion of <a> tag by the user is restricted and the tag is automatically removed....
HTML EVENT
| Status |
|---|
| |
|---|
| colour | Yellow |
|---|
| title | 릴리즈 RELEASE 2.73.0 이상OR ABOVE |
|---|
|
If you set 'editor.contentFilter.allowEventAttribute' value to
true, you can use
event attributes (onclick, onload, onchange, ....) in HTML tags....