nunitweb_config.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <Almost>
  2. <IgnoreList>
  3. <div id="" visible="" name="" onmouseover="" onmouseout="" style="" />"
  4. <span id="" visible="" name="" src=""/>
  5. <input id="" visible="" name="" __EVENTARGUMENT="" __EVENTTARGET="" __VIEWSTATE="" causesvalidation="" onclick=""/>
  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="" src=""/>
  12. <a id="" visible="" name="" href="" onclick=""/>
  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. <select language="" onchange=""/>
  20. <input language="" onchange=""/>
  21. <table bordercolor=""/>
  22. <tr onmouseover="" onmouseout="" onkeyup="" id="" />
  23. <td onmouseover="" onmouseout="" onkeyup="" id="" />
  24. </IgnoreList>
  25. <!--delete Java Script attribute value-->
  26. <CleanJavaScriptValueList>
  27. <a href=""/>
  28. <a onclick=""/>
  29. <area href=""/>
  30. </CleanJavaScriptValueList>
  31. <!--remove tags by attribute Id or name-->
  32. <RemoveById>
  33. <input id="__VIEWSTATE" name="__VIEWSTATE"/>
  34. </RemoveById>
  35. </Almost>