【发布时间】:2012-06-08 20:35:46
【问题描述】:
只是想获得 google 托管 jquery css 主题的 https 友好版本,即
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css
正在加载 https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css 有效,但存在一些图标本身不是从 https 提供的问题。即:
https://mysite.com 的页面运行了不安全的内容 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css。 https://mysite.com/ 的页面显示了不安全的内容 从 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_flat_75_ffffff_40x100.png。 https://mysite.com/ 的页面显示不安全的内容 从 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-icons_222222_256x240.png。 https://mysite.com/ 的页面显示了不安全的内容 从 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png。 https://mysite.com/ 的页面显示不安全的内容 从 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png。 https://mysite.com/ 的页面显示不安全的内容 从 http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-icons_222222_256x240.png.
我希望它从谷歌托管。
【问题讨论】:
-
不要在标题中使用全大写。
标签: jquery css jquery-ui https google-cdn