只是想获得一个https友好版本的谷歌托管jquery css主题,即
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.
我想从谷歌托管它。
您无法对此采取任何措施。因为 https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css
中的jquery-ui.css
在内部仅将图像与http://...
一起使用。
尝试协议相关URL(根据RFC 3986的4.2节(:
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"
type="text/javascript"></script>