When implementing a Content Security Policy (CSP) to protect against XSS, a developer needs to ensure that ________ to avoid unintended script blockages.

  • Data URIs
  • External Scripts
  • Inline Scripts
  • Unsafe Inline
Content Security Policy (CSP) is a security standard that helps prevent XSS attacks. "Unsafe Inline" allows inline script execution, but it's important to avoid it whenever possible to enhance security.
Add your answer
Loading...

Leave a comment

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