当前位置:网站首页>Always use "noopener" or "noreferrer" for links that open in a new tab
Always use "noopener" or "noreferrer" for links that open in a new tab
2022-08-01 23:07:00 【Ziwei front end】
`target="_blank"` attribute.However, if you don't know them, it can cause some problems.`window.opener` object of the `window` open page through the object.Suppose the new tab executes the following code:window.opener.location = 'http://fake.website.here';`rel="noopener"` to fix the problem.`rel="noreferrer"` attribute.Not only does it fix an issue where `noopener` does exist, but it also prevents `Referer` headers from being sent to new tabs.`noopener`.However, it is still recommended to add `rel="noopener"` or `rel="noreferrer"` to avoid security and performance issues in older browsers.边栏推荐
- PHP算法之有效的括号
- 【C补充】链表专题 - 单向链表
- xctf attack and defense world web master advanced area webshell
- Solve the port to take up
- 小程序毕设作品之微信体育馆预约小程序毕业设计成品(4)开题报告
- Quarantine and downgrade
- 系统可用性:SRE口中的3个9,4个9...到底是个什么东西?
- excel edit a cell without double clicking
- CF1703G Good Key, Bad Key
- 03. GO language variable definition, function
猜你喜欢

复现gallerycms字符长度限制短域名绕过

From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs

Mini Program Graduation Works WeChat Food Recipe Mini Program Graduation Design Finished Product (8) Graduation Design Thesis Template

还在纠结报表工具的选型么?来看看这个

移动端人脸风格化技术的应用

简单3D渲染器的制作

美赞臣EDI 940仓库装运订单详解

软技能之UML图

xctf attack and defense world web master advanced area web2

img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
随机推荐
选择合适的 DevOps 工具,从理解 DevOps 开始
CF1703G Good Key, Bad Key
小程序毕设作品之微信美食菜谱小程序毕业设计成品(7)中期检查报告
下载安装 vscode(含汉化、插件的推荐和安装)
深度学习Course2第二周Optimization Algorithms习题整理
Deep learning Course2 first week Practical aspects of Deep Learning exercises
联邦学习在金融领域的发展和应用
Go 微服务开发框架DMicro的设计思路
prim生成树
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
excel edit a cell without double clicking
C语言——分支语句和循环语句
【好书推荐】第一本无人驾驶技术书
小程序毕设作品之微信体育馆预约小程序毕业设计成品(4)开题报告
excel remove all carriage return from a cell
欧拉路径与欧拉回路
毫秒级!千万人脸库快速比对,上亿商品图片检索,背后的极速检索用了什么神器?
华为无线设备配置全局双链路冷备份(AC全局配置方式)
10年稳定性保障经验总结,故障复盘要回答哪三大关键问题?|TakinTalks大咖分享
1391D. 505 状压dp