Facebook如何阻止您将网站放入iFrame?

Jus*_*use 5 html iframe facebook

以下代码不起作用.Facebook如何做到这一点?它有什么办法吗?

<html>
<head></head>
<body>
  <iframe src="http://www.facebook.com" width="500" height="500">
</iframe>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)

The*_*ann 8

这是因为他们<meta http-equiv="X-Frame-Options" content="deny" />的来源.