聚合物;本地网络服务器工作,保管箱不工作。怀疑:https

Polymer; Local webserver works, dropbox doesn't. suspect: https

使用 Polymer,我可以在本地 http 服务器上托管我的文件,但是当将文件上传到 Dropbox 的 public 目录时,页面不再呈现。

我在本地服务器和 Dropbox 之间看到的唯一主要区别是 Dropbox 通过 https 提供页面。

控制台中没有出现我能看到的错误。

<!DOCTYPE html>
<html>
<head>
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<script src="keys.js">
</script>
<script src="script.js">
</script>
<link rel="import" href="bower_components/core-elements/core-elements.html">
<link rel="import" href="bower_components/google-map/google-map.html">
<link rel="import" href="key-list.html">

--截图--

我在控制台中看到错误。绝对是 https 的问题。

 Mixed Content: The page at 'https://dl.dropboxusercontent.com/u/11144544/keys/v2/index.html' was loaded over HTTPS, but requested an insecure stylesheet 
'http://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Source+Code+Pro'. This request has been blocked; the content must be served over HTTPS.

尝试为 google 字体使用 https,或在同一域中托管字体文件。