代码示例:(标识:tag_link_referrerpolicy)
<!DOCTYPE html>
<html>
<body>

<h1>iframe referrerpolicy 属性</h1>

<iframe src="https://www.sou-xun.com/" referrerpolicy="no-referrer">
  <p>您的浏览器不支持 iframe。</p>
</iframe>

</body>
</html>
运行结果: