liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Omnibox should URL encode spaces #65

Open afollestad opened 9 years ago

afollestad commented 9 years ago

In Chrome, if I were to type http://www.google.com/hello test it would replace the space between hello and test with %20.

iBelieve commented 9 years ago

If we do this, we should make sure we only do it if the protocol is specified. I'm annoyed when I try to search for something, usually programming related, that has spaces in it and obviously is a real URL, but the browser thinks it is a URL.