cloudsponge / contact-picker-examples

CloudSponge Widget Examples
http://www.cloudsponge.com
4 stars 3 forks source link

Use HTTPS when loading the contact picker javascript #3

Open dangerouse opened 1 year ago

dangerouse commented 1 year ago

using <script src="//..." was a convention to prevent security warnings when loading content from HTTPS on an HTML page that was loaded on HTTP. Browsers used to not like mixed content. Since the internet has evolved beyond this, it's time to make everything HTTPS.