Protecting the client side of web applications.
Injection of malicious scripts into web pages viewed by other users.
SameSite
cookie attributeAttacker tricks the user into performing actions on their behalf.
X-Frame-Options
headerframe-ancestors
directiveTricking users into clicking on something different from what they perceive.
Attacker intercepts communication between client and server.
HttpOnly
Storing sensitive data insecurely on the client side.