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