jquery / jquery-ui

The official jQuery user interface library.
https://jqueryui.com
Other
11.22k stars 5.29k forks source link

Update custom_render.html #2242

Closed markvantilburg closed 3 weeks ago

markvantilburg commented 4 weeks ago

Fixes mixed content error logging from the demo website over at jqueryui.com

Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure element '<URL>'. This request was automatically upgraded to HTTPS, For more information see <URL>
VM25 jquery-3.6.0.js:6591 Mixed Content: The page at 'https://jqueryui.com/resources/demos/selectmenu/custom_render.html' was loaded over HTTPS, but requested an insecure element 'http://www.gravatar.com/avatar/b3e04a4…?d=monsterid&r=g&s=16'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
linux-foundation-easycla[bot] commented 4 weeks ago

CLA Signed

The committers listed above are authorized under a signed CLA.

mgol commented 3 weeks ago

Thanks for the PR. I think I'd like to update all HTTP URLs to HTTPS in one go, at least the ones used in demos. Would you like to try that?

markvantilburg commented 3 weeks ago

see also: #2183

markvantilburg commented 3 weeks ago

updated all http:// links in the demos also checked if these pages are available over https

mgol commented 3 weeks ago

I also fixed #2183 and then I updated remaining HTTP URLs to HTTPS in #2244.