In the context of web application security, what is the purpose of a 'Content Security Policy' (CSP)?
- Encrypting sensitive user data
- Managing user authentication
- Preventing cross-site request forgery (CSRF)
- Restricting the types of content that can be loaded on a web page
'Content Security Policy' (CSP) is a security standard that restricts the types of content that can be loaded on a web page. By specifying and enforcing content policies, CSP helps mitigate risks associated with malicious code execution, such as Cross-Site Scripting (XSS) attacks. Familiarity with CSP is essential for enhancing web application security and protecting against unauthorized code execution.__________________________________________________
Loading...
Related Quiz
- Which layer of the OSI model does SSL/TLS primarily operate at?
- How do 'race conditions' pose a threat in software development, and what is a common mitigation technique?
- The concept of ____________ refers to the theoretical limit at which a cryptographic system is completely secure from any adversary’s computation.
- Which policy allows employees to use their personal devices for official work, but also emphasizes security measures to protect company data?
- What is the basic step to protect sensitive data on a mobile app from unauthorized access?