You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes#378.
adds some naive url validations to the submit route.
adds some tests for these naive validations.
these validations check that:
- the urls start w/ `http:` or `https:`
- the urls don't use local ip addresses and/or `localhost`
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
I'd suggest to validate links, so you don't end up with something like this:
The text was updated successfully, but these errors were encountered: