____________ is a security mechanism that isolates web application data and execution by origin.
- Content Security Policy (CSP)
- Cross-Site Request Forgery (CSRF)
- Cross-Site Scripting (XSS)
- Two-Factor Authentication (2FA)
Content Security Policy (CSP) is a security mechanism that helps prevent various types of attacks, including XSS. It allows web developers to specify which domains are allowed to load resources for a particular page, enhancing the security of web applications by isolating data and execution based on the source. Understanding CSP is crucial for mitigating XSS vulnerabilities in web applications.__________________________________________________
Loading...
Related Quiz
- Which tool is commonly used for network scanning in ethical hacking?
- What is the primary goal of secure coding practices?
- How does automation in incident response improve cybersecurity?
- How should a security policy address emerging technologies and their potential risks?
- How does the concept of 'device hardening' apply to IoT security?