_________ is a security standard that prevents the browser from interpreting user input as script.
- CORS
- CSP
- CSRF
- HTTPS
Content Security Policy (CSP) is a security standard that prevents the browser from interpreting user input as a script. It helps mitigate the risk of XSS attacks by defining and enforcing a set of rules for how resources should be loaded on a web page.
Loading...
Related Quiz
- What is the primary use of RequestDispatcher in servlets?
- What is the primary purpose of using WebSockets in web applications?
- In a high-performance Java application, how should memory management be approached to prevent latency issues?
- _________ caching is a strategy where each cache stores a subset of the total data set, typically based on geographical location.
- A servlet can __________ to another servlet, JSP, or HTML page using the RequestDispatcher.