x
 
<!DOCTYPE html>
<html>
<body>
<h1>iframe referrerpolicy 属性</h1>
<iframe src="https://www.w3school.com.cn" referrerpolicy="no-referrer">
  <p>您的浏览器不支持 iframe。</p>
</iframe>
</body>
</html>