Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
294 stars 118 forks source link

Changed linkify to use https as default instead of http for urls without protocols #161

Closed Niilis closed 5 years ago

Niilis commented 5 years ago

For urls without specified protocols, https should be used for the slight added security. This pull request changes the default from http to https.