riesinger / website

My personal website
https://riesinger.dev
0 stars 0 forks source link

Sanitize tags on frontend & server #15

Closed riesinger closed 2 years ago

riesinger commented 2 years ago

Since the tag is displayed on the front-end and potentially evaluated in the backend, we should do a simple sanitization. React should already do that, but it doesn't hurt to strip out < and > for example.