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.
我正在创建一个应用程序,用户可以在其中传递代码。我的问题是 jsfiddle 或 jsbin 之类的网站如何确保人们保存并相互传递的代码对接收客户端没有恶意?
他们真的不能。iframe他们以违反同源政策的方式运行代码,以保护他们自己的网站。除此之外,它由最终用户承担风险。
iframe
就安全性而言,这与访问 Internet 上任何不受信任的站点实际上是一样的。