You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
, thehref
becomeshttps://example.com
, so that's good.But when the url is
www.example.com
orexample.com
, thehref
becomeshttp://(www).example.com
. I was wondering if there would be an option to set that tohttps
by default - without having to use the parsing callback?Thanks
The text was updated successfully, but these errors were encountered: