Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个书签。基本上,它从服务器获取一段 javascript 代码,并在来自不同域的站点中创建一个 iframe。
它在http站点上运行良好,但似乎被https站点阻止,有什么办法可以解决这个问题吗?
只需通过 https 获取 Javascript 代码:
https://server.com/file.js
只需确保您在该服务器上有一个有效的 SSL 证书。