Param |
Method |
Event |
|
|
TagBlockListv2.0.4.11 or higher에디터 본문 내 제한할 HTML 태그를 설정합니다.
XSS(Cross-site scripting) 취약점 관련 공격에 사용되는 태그를 차단 설정합니다. 에디터의 탭 이동 시, 작성된 내용 리턴(GetValue, GetBodyValue) 시 태그를 제거합니다. 에디터에 값 삽입(SetValue, SetBodyValue) 시에도 태그를 제거합니다. (v4.6.0.13 or higher)
Parameters
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.params.TagBlockList = ["form", "iframe"]; CrossEditor.EditorStart();
See AlsoAllowContentIframe AllowContentScript AttributeBlockList RemoveScriptBlock RemovePathFromForm
|