Skip to content
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

Do not add HTTPS to links if protocol is declared #3983

Closed
lemker opened this issue Aug 17, 2022 · 0 comments · Fixed by #3995
Closed

Do not add HTTPS to links if protocol is declared #3983

lemker opened this issue Aug 17, 2022 · 0 comments · Fixed by #3995

Comments

@lemker
Copy link

lemker commented Aug 17, 2022

Current linking behavior seems to disregard protocols other than HTTP or HTTPS. For instance, an STSSYNC link will break the link when https:// is prepended to the link

To Reproduce
Steps to reproduce the behavior:

  1. Create a new link using a protocol other than http/https, for example stssync://
  2. Outline will add https:// to the link, breaking the protocol (https://stssync://)

Expected behavior
Leave stssync:// the way it is.

Screenshots
image

Outline (please complete the following information):

  • Install: getoutline.com

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Browser: Chromium Edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants