Prevent fields that can contain from containing malicious style URLs.
Obviously we cannot prevent everything, but we can prevent many forms of XSS, such as not allowing javascript: URLs. Not allowing arbitrary scripts, CSS, etc to be downloaded automatically.
Prevent fields that can contain from containing malicious style URLs.
Obviously we cannot prevent everything, but we can prevent many forms of XSS, such as not allowing
javascript:
URLs. Not allowing arbitrary scripts, CSS, etc to be downloaded automatically.