fwenzel / copy-shorturl

A Firefox extension to quickly create a short URL for the current page and copy it to the clipboard.
https://addons.mozilla.org/addon/copy-shorturl
Apache License 2.0
35 stars 15 forks source link

Ensure produced URLs default to https #94

Closed ghost closed 5 years ago

ghost commented 5 years ago

more of a suggestion than a bug but tinyurl.com and bit.ly both default to http: protocol instead of encrypted https: . tinyurl.com defaults to https: if you go to there site as well as bit.ly Please update extension settings to default to https: P.S. Thank you for creating a great add-on!

fwenzel commented 5 years ago

Oh I am so sorry I missed this Issue! I think this is a great suggestion! I wonder why the services default to that? I am fairly certain I am using the https API.

fwenzel commented 5 years ago

I fixed it, will release an update with the next version!