| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <Almost>
- <IgnoreList>
- <div id="" visible="" name="" onmouseover="" onmouseout="" style="" />"
- <span id="" visible="" name="" src=""/>
- <input id="" visible="" name="" __EVENTARGUMENT="" __EVENTTARGET="" __VIEWSTATE="" causesvalidation="" onclick=""/>
- <table id="" visible="" name=""/>
- <td id="" visible="" name=""/>
- <th id="" visible="" name=""/>
- <tr id="" visible="" name=""/>
- <table id="" visible="" name=""/>
- <img id="" visible="" name="" disabled="" src=""/>
- <a id="" visible="" name="" href="" onclick=""/>
- <select id="" visible="" name=""/>
- <textarea id="" visible="" name=""/>
- <button id="" visible="" name="" causesvalidation=""/>
- <p visible=""/>
- <form visible=""/>
- <label for=""/>
- <select language="" onchange=""/>
- <input language="" onchange=""/>
- <table bordercolor=""/>
- <tr onmouseover="" onmouseout="" onkeyup="" id="" />
- <td onmouseover="" onmouseout="" onkeyup="" id="" />
- </IgnoreList>
- <!--delete Java Script attribute value-->
- <CleanJavaScriptValueList>
- <a href=""/>
- <a onclick=""/>
- <area href=""/>
- </CleanJavaScriptValueList>
- <!--remove tags by attribute Id or name-->
- <RemoveById>
- <input id="__VIEWSTATE" name="__VIEWSTATE"/>
- </RemoveById>
- </Almost>
|