____________ is a security mechanism that isolates web application data and execution by origin.

  • Content Security Policy (CSP)
  • Cross-Site Request Forgery (CSRF)
  • Cross-Site Scripting (XSS)
  • Two-Factor Authentication (2FA)
Content Security Policy (CSP) is a security mechanism that helps prevent various types of attacks, including XSS. It allows web developers to specify which domains are allowed to load resources for a particular page, enhancing the security of web applications by isolating data and execution based on the source. Understanding CSP is crucial for mitigating XSS vulnerabilities in web applications.__________________________________________________
Add your answer
Loading...

Leave a comment

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