Which of the following filtering techniques prevents all cross-site scripting (XSS) vulnerabilities?
Strip all occurrences of the string <script .
Strip all occurrences of the string javascript .
Enable magic_quotes_gpc .
None of the above.
Submit