Ornias1993 / fetlife-aslsearch-reborn

Tampermonkey user script offering an interface to perform pseudo-automatic searches of the FetLife.com user base filtered by age, sex, location, and role.
6 stars 2 forks source link

Validate string inputs #63

Open Ornias1993 opened 5 years ago

Ornias1993 commented 5 years ago

Description

Category

TODO/feature

Detailed Bug Report

Currently strings are not actually checked themselves. For example "shit" could be send as a country, and "dfrdefhydfh" as an url. We should sanitize those. Country could use the known country list used by the search form and maybe this could be merged with #26