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.
我的客户面临潜在的安全问题。有人在另一个不是我客户的网址上显示他们的网站。
经调查发现,不法分子正在使用frame标签在其域上显示客户的整个网站。
frame
你可以参考这个链接。这是一种解决方案。
if(top!=self){ top.location.replace(document.location); alert("For security reasons, framing is not allowed; click OK to remove the frames.") }
如何防止我的网站页面通过 iFrame 的第 3 方网站框架加载