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
I noticed that all the license implementations in de.psdev.licensesdialog.licenses return the insecure http:// urls when calling getUrl().
From my perspective the urls should be changed to https:// 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.
The text was updated successfully, but these errors were encountered:
Addendum: This also applies to the psdev url in class de.psdev.licensesdialog.LicensesDialog new Notice("LicensesDialog", "http://psdev.de/LicensesDialog", ...
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 to
https://
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.The text was updated successfully, but these errors were encountered: