oengusio / oengus-webapp

Frontend for oengus
https://oengus.io
GNU Affero General Public License v3.0
5 stars 4 forks source link

User URL Validation #33

Open BobChao87 opened 3 years ago

BobChao87 commented 3 years ago

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.