Does not work with capital letters.🤔
Google.com
google.Com
Github.com
Long address does not work too, does the problem relate to this issue?
github.com/Robbendebiene/Gesturefy
Thanks for reporting this.
Long address does not work too, does the problem relate to this issue?
github.com/Robbendebiene/Gesturefy
This is not caused by the capital letters, but rather by design. If you allow URLs without protocol it becomes hard to distinguish them from normal text. That's probably why Firefox won't open domains with a path either. However I may tweak this a little bit since I agree that if one can open github.com then github.com/Robbendebiene/Gesturefy should also be possible.
After investigating this again I remembered why I did follow Firefox's behaviour. It's hard to decide where to draw the line. For example if I allow github.com/Robbendebiene/Gesturefywhy not github.com?something=12. It's basically impossible to avoid false positives but the amount grows if I weaken the checks. So I understand that this might not seem reasonable to everyone but in this case I like to stick to Firefox's behaviour and only allow plain domains like www.example.com.
But of course I'll fix the bug regarding case sensitive letters!
This has been fixed in the latest release (version 3.1.2)