我正在使用Firebase进行网络推送通知,当我在同一域中使用它时,它运行良好,但我只有一个SSL域和许多非SSL网站。所以我计划在 iframe 中使用它,并将这个工具集成到我所有的非 SSL 网站中。
网址是
https://htmlcodeplay.com/notification/notification/index.html?websiteid=3
我已经通过iframe集成了它,如下所示
<iframe src='https://htmlcodeplay.com/notification/notification/index.html?websiteid=3'></iframe>
我已将此行集成到我的博客 https://allinworld99.blogspot.in 中。但它在火狐浏览器中运行良好,但在 chrome 浏览器中则不然。未显示任何错误。
根据此链接,我的网络应用程序是否需要 SSL 才能使用 Firebase 云消息传递网络才能工作?它不应该工作,但它在火狐浏览器中的工作方式。
我现在找不到参考,但你想做
通过iframe将"推送通知网页"嵌入另一个网页
出于安全原因被 Chrome 屏蔽。