In the context of XSS prevention, what does the acronym CSP stand for?
- Content-Security-Policy
- Content-Security-Protocol
- Cookie-Security-Protocol
- Cross-Site Policy
In the context of XSS prevention, CSP stands for Content-Security-Policy. It is a security header that helps prevent XSS attacks by specifying which content can be executed on a web page.
Loading...
Related Quiz
- How do you handle transaction management when using PreparedStatement and CallableStatement?
- What is a potential downside of using round-robin load balancing in a heterogeneous server environment?
- How do savepoints work within a transaction?
- When handling a file upload, if an IOException occurs, how should the servlet respond and log the event?
- How does a database ensure data integrity during concurrent transactions?