尝试将youtube iframe嵌入到我的本地运行网站
<iframe width="300" height="200" src="https://www.youtube.com/embed/xxxxx" frameborder="0" allowfullscreen></iframe>
但它显示:
解析标题X-XSS-Protection时出错:1;模式=块; report = https://www.google.com/appserve/security-bugs/log/youtube:字符位置22处安全页面的不安全报告URL。将应用默认保护。
如果要测试将youtube iframe嵌入本地,是否有任何最佳实践或方法可以解决此问题?