| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <Almost>
- <IgnoreList>
- <div id="" visible="" name=""/>
- <span id="" visible="" name=""/>
- <input id="" visible="" name="" __EVENTARGUMENT="" __EVENTTARGET="" __VIEWSTATE="" causesvalidation=""/>
- <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=""/>
- <a id="" visible="" name=""/>
- <select id="" visible="" name=""/>
- <textarea id="" visible="" name=""/>
- <button id="" visible="" name="" causesvalidation=""/>
- <p visible=""/>
- <form visible=""/>
- <label for=""/>
- <td colspan=""/>
- <select language="" onchange=""/>
- <input language="" onchange=""/>
- <table bordercolor=""/>
- </IgnoreList>
- <!--delete Java Script attribute value-->
- <CleanJavaScriptValueList>
- <a href=""/>
- <a onclick=""/>
- <input onclick=""/>
- </CleanJavaScriptValueList>
- <!--remove tags by attribute Id or name-->
- <RemoveById>
- <input id="__VIEWSTATE" name="__VIEWSTATE"/>
- </RemoveById>
- <!--remove tags-->
- <RemoveTags>
- </RemoveTags>
- </Almost>
|