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

default generated link to https #319

Open
lemoustachiste opened this issue May 4, 2020 · 2 comments
Open

default generated link to https #319

lemoustachiste opened this issue May 4, 2020 · 2 comments

Comments

@lemoustachiste
Copy link

Hi,

Not sure if this is already an option, I searched the API and the issues but didn't find any clear way to do it.

When the url is https://example.com, the href becomes https://example.com, so that's good.
But when the url is www.example.com or example.com, the href becomes http://(www).example.com. I was wondering if there would be an option to set that to https by default - without having to use the parsing callback?

Thanks

@5im-0n
Copy link

5im-0n commented Nov 17, 2020

This would be really nice to have, since some browsers are starting to push https by default: https://blog.mozilla.org/security/2020/11/17/firefox-83-introduces-https-only-mode/

@gregjacobs
Copy link
Owner

gregjacobs commented Nov 17, 2020

Hey, there’s currently no option, but PRs welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants