almost_config.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <Almost>
  2. <IgnoreList>
  3. <div id="" visible="" name=""/>
  4. <span id="" visible="" name=""/>
  5. <input id="" visible="" name="" __EVENTARGUMENT="" __EVENTTARGET="" __VIEWSTATE="" causesvalidation=""/>
  6. <table id="" visible="" name=""/>
  7. <td id="" visible="" name=""/>
  8. <th id="" visible="" name=""/>
  9. <tr id="" visible="" name=""/>
  10. <table id="" visible="" name=""/>
  11. <img id="" visible="" name="" disabled=""/>
  12. <a id="" visible="" name=""/>
  13. <select id="" visible="" name=""/>
  14. <textarea id="" visible="" name=""/>
  15. <button id="" visible="" name="" causesvalidation=""/>
  16. <p visible=""/>
  17. <form visible=""/>
  18. <label for=""/>
  19. <td colspan=""/>
  20. <select language="" onchange=""/>
  21. <input language="" onchange=""/>
  22. <table bordercolor=""/>
  23. </IgnoreList>
  24. <!--delete Java Script attribute value-->
  25. <CleanJavaScriptValueList>
  26. <a href=""/>
  27. <a onclick=""/>
  28. <input onclick=""/>
  29. </CleanJavaScriptValueList>
  30. <!--remove tags by attribute Id or name-->
  31. <RemoveById>
  32. <input id="__VIEWSTATE" name="__VIEWSTATE"/>
  33. </RemoveById>
  34. <!--remove tags-->
  35. <RemoveTags>
  36. </RemoveTags>
  37. </Almost>