InterviewSolution
Saved Bookmarks
| 1. |
What is the use of HTML Sanitizer? |
|
Answer» HTML Sanitizer helps in removing the UNWANTED code and protects the code against SECURITY factors such as scripting attacks. It WORKS by VALIDATING the built-in WHITE list for markup that one always wants to protect. |
|