2013-04-15 48 views
0

我使用auto_html gem來嵌入soundcloud網址。來自soundcloud嵌入的不安全內容url = http

在我的Chrome的JavaScript控制檯我收到以下錯誤:

The page at about:blank displayed insecure content from http://w.soundcloud.com/ 
player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F87676243&show_artwork=true. 

和此警告。

Unsafe access frame with URL https://app.herokuapp.com/ from frame with URL https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F87676243&show_artwork=true. Domains, protocols and ports must match. 

我不知道爲什麼頂端不是https?

回答

0

這是瀏覽器的錯誤 - https://code.google.com/p/chromium/issues/detail?id=17325

而且對你有沒有實際意義,只是忽略它,直到它的固定。每個嵌入如youtube或vimeo都有它。對不起:(

+0

我得到的第二個錯誤是一個鉻錯誤,但我仍然得到safari中的第一個錯誤,我認爲這可能是soundcloud嵌入問題(因爲youtube嵌入不安全),或者我使用的gem用於嵌入 – Jaqx