WAF & Security Glossary
Comprehensive definitions of Web Application Firewall terminology, security concepts, and industry jargon.
11 terms in the glossary
B
C
Content Security Policy (CSP)
A security HTTP header that helps prevent cross-site scripting (XSS), clickjacking, and other code injection attacks by controlling which resources can be loaded.
HTTP Security HeadersCross-Site Request Forgery (CSRF)
An attack that tricks authenticated users into submitting unwanted requests to a web application in which they're currently authenticated.
Attack TypesCross-Site Scripting (XSS)
A vulnerability that allows attackers to inject malicious client-side scripts into web pages viewed by other users.
Attack Types