Advanced XSS protections often involve the use of ________, which restricts scripts based on their source and inline script execution.
- Content Security Policy (CSP)
- Cross-Origin Resource Sharing (CORS)
- Cross-Site Request Forgery (CSRF)
- Cross-Site Scripting (XSS)
Content Security Policy (CSP) is a security standard that helps prevent XSS by defining trusted sources for content. This restricts scripts based on their source and inline script execution.
Loading...
Related Quiz
- To view benchmark results in CodeIgniter, use the ______ method of the Output class.
- For load balancing, CodeIgniter allows the specification of multiple database servers in the ________ array.
- To secure a RESTful API in CodeIgniter against unauthorized access, focusing on ________ is critical.
- Efficient pagination in a CodeIgniter application with AJAX involves updating the ________ without reloading the entire page.
- In CodeIgniter, how is a controller differentiated when handling AJAX requests as opposed to standard requests?