我已将环聊按钮集成到我的网站。此按钮在startApps中有我的环聊应用。此应用程序向我的网站发送请求。之前有用,但现在我收到以下错误:
[blocked] The page at 'https://talkgadget.google.com/hangouts/_/g2zuejstqkd5bj54rxafn542rya?hl=ru' was loaded over HTTPS, but ran insecure content from 'http://myUrl': this content should also be loaded over HTTPS.
所以我猜Hangout Button之前生成了http url,但它现在生成了https url。我能做些什么呢?嗯...我可以让我的网站使用https,但这样做只是为了克服环聊限制似乎是不合理的。如果环聊按钮在未来开始生成http网址怎么办?
答案 0 :(得分:1)
我最终切换到SSL。它解决了所描述的问题