_________ is a security standard that prevents the browser from interpreting user input as script.

  • CORS
  • CSP
  • CSRF
  • HTTPS
Content Security Policy (CSP) is a security standard that prevents the browser from interpreting user input as a script. It helps mitigate the risk of XSS attacks by defining and enforcing a set of rules for how resources should be loaded on a web page.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *