-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcuts with no protocol prefix #11063
Comments
Fix for this should land in |
I agree with the default behaviour of adding |
Thanks for the feedback, we'll do in clients as well (iOS already does, Android will do), so that the URL will be formatted when the shortcut is created. |
Has been fixed via #11076. |
Describe the bug
Web client creates shortcuts without protocol prefix (if not typed by the user), that leads to unexpected behaviours in other clients that expects the URL inside the shortcuts with http/https. Mobile clients can not open URLs in a browser if the URL has no http/https protocol
Steps to reproduce
owncloud.com
Expected behavior
iOS client opens correctly the shortcut
Actual behavior
iOS can't open because the URL lacks of protocol
Actually, every client behaves in a different way:
As this unofficial format guide: https://www.lyberty.com/encyc/articles/tech/dot_url_format_-_an_unofficial_guide.html
So, my suggestion is:
https://
as default in creation phaseOpen to discussion with @felix-schwarz @Aitorbp @JuancaG05 @TheOneRing
The text was updated successfully, but these errors were encountered: