Tag: anti_xss
-
Protecting Your Users Against Cross-Site Scripting (XSS) Attacks
By Varun Om | September 15, 2020
In this guide you’ll learn about cross-site scripting (XSS) attack – what is it, different types of XSS and how to sanitize data across various subsystems of your web platform (emails, APIs, back-end/front-end) to protect your users against XSS, in …