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.
Loading...
Related Quiz
- To enhance the default behavior of the CodeIgniter framework, a developer decides to use hooks. The implementation of these hooks should be placed in the ________ directory.
- How does CodeIgniter support RESTful controller methods?
- Which HTTP method is commonly used for sending data during the OAuth authentication process?
- How does CodeIgniter's session management differ when using database versus file-based storage?
- In a RESTful API developed with CodeIgniter, a sudden increase in response time for resource retrieval suggests an issue with ________.