Closed jpstotz closed 7 years ago
Addendum: This also applies to the psdev url in class de.psdev.licensesdialog.LicensesDialog
new Notice("LicensesDialog", "http://psdev.de/LicensesDialog", ...
Good Idea, would you be willing to create a Pull Request?
Sorry I can't do that.
I noticed that all the license implementations in
de.psdev.licensesdialog.licenses
return the insecure http:// urls when callinggetUrl()
. From my perspective the urls should be changed tohttps://
as all the major version provider like Mozilla, Eclipse, Apache, ... have changed their primary site to https:// - therefore IMHO the urls in this library should be adapted, too.