Param

Method

Event

 

 

TagBlockListv2.0.4.11 or higher

에디터 본문 내 제한할 HTML 태그를 설정합니다.

 

XSS(Cross-site scripting) 취약점 관련 공격에 사용되는 태그를 차단 설정합니다.

에디터의 탭 이동 시, 작성된 내용 리턴(GetValue, GetBodyValue) 시 속성을 제거합니다.

 

Parameters

설정

설정한 태그 차단

설정 안 함

기본 값

 

Sample Codes

var CrossEditor = new NamoSE("test");
CrossEditor.params.TagBlockList = ["form", "iframe"];
CrossEditor.EditorStart();

 

See Also

AllowContentIframe AllowContentScript AttributeBlockList RemoveScriptBlock RemovePathFromForm