Skip to content

Commit 25025a3

Browse files
Update custom_render.html
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
1 parent 4da7a30 commit 25025a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/selectmenu/custom_render.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ <h2>Selectmenu with custom avatar 16x16 images as CSS background</h2>
113113
<fieldset>
114114
<label for="people">Select a Person:</label>
115115
<select name="people" id="people">
116-
<option value="1" data-class="avatar" data-style="background-image: url('http://www.gravatar.com/avatar/b3e04a46e85ad3e165d66f5d927eb609?d=monsterid&amp;r=g&amp;s=16');">John Resig</option>
117-
<option value="2" data-class="avatar" data-style="background-image: url('http://www.gravatar.com/avatar/e42b1e5c7cfd2be0933e696e292a4d5f?d=monsterid&amp;r=g&amp;s=16');">Tauren Mills</option>
118-
<option value="3" data-class="avatar" data-style="background-image: url('http://www.gravatar.com/avatar/bdeaec11dd663f26fa58ced0eb7facc8?d=monsterid&amp;r=g&amp;s=16');">Jane Doe</option>
116+
<option value="1" data-class="avatar" data-style="background-image: url('https://www.gravatar.com/avatar/b3e04a46e85ad3e165d66f5d927eb609?d=monsterid&amp;r=g&amp;s=16');">John Resig</option>
117+
<option value="2" data-class="avatar" data-style="background-image: url('https://www.gravatar.com/avatar/e42b1e5c7cfd2be0933e696e292a4d5f?d=monsterid&amp;r=g&amp;s=16');">Tauren Mills</option>
118+
<option value="3" data-class="avatar" data-style="background-image: url('https://www.gravatar.com/avatar/bdeaec11dd663f26fa58ced0eb7facc8?d=monsterid&amp;r=g&amp;s=16');">Jane Doe</option>
119119
</select>
120120
</fieldset>
121121
</form>

0 commit comments

Comments
 (0)