...
| Code Block |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.contentFilter.allowScript': false
} |
| Status |
|---|
| colour | Yellow |
|---|
| title | 릴리즈 2.7.0 이상 |
|---|
|
'editor.contentFilter.allowScript'
true로 설정하면 <link> 태그 삽입을 허용합니다. (기본값 false)
| Status |
|---|
| colour | Yellow |
|---|
| title | 릴리즈 2.7.0 이상 |
|---|
|
| Code Block |
|---|
| language | js |
|---|
| theme | Emacs |
|---|
| title | synapeditor.config.js |
|---|
|
{
'editor.contentFilter.allowLink': false
} |
...
| Status |
|---|
| colour | Yellow |
|---|
| title | 릴리즈 2.7.0 이상 |
|---|
|
'editor.contentFilter.allowEventAttribute'
true로 설정하면 HTML 태그의 이벤트 속성(onclick, onload, onchange, ....)을 허용합니다. (기본값 false)
...