Aeva / ridinghood

An experimental web browser for the paranoid
GNU General Public License v3.0
3 stars 2 forks source link

url validation or rewrite rules #2

Closed Aeva closed 7 years ago

Aeva commented 7 years ago

Currently there is no url validation, but it would be good to have some basic rules for how to handle this. Off the top of my head:

1) if no protocol is given, prepend https:// 2) is there a python library for determining if something is a valid url? if so, maybe flash the url bar instead of sending if the url is bad?