博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[HTML5] a tag, rel="noopener"
阅读量:5103 次
发布时间:2019-06-13

本文共 252 字,大约阅读时间需要 1 分钟。

It is a good pratice to add ref="noopener"

 

Because when the new page is opened, in the new page can redriect parent page to another url, which contains security risk.

 

More about this, please check .

转载于:https://www.cnblogs.com/Answer1215/p/8520236.html

你可能感兴趣的文章
个人信息校验
查看>>
javascript笔记(二)
查看>>
Java基础之基础语法
查看>>
A* 算法理解与实现
查看>>
关于凑数问题的dfs
查看>>
CSS浮动(float、clear)通俗讲解
查看>>
自定义异常以及异常的处理
查看>>
SQLite与MySQL、SQLServer等异构数据库之间的数据同步
查看>>
07.31《jQuery》——3.4克隆节点
查看>>
sqlplus常用设置
查看>>
ZOJ 1492 Maximum Clique 搜索最大团
查看>>
兔子与兔子(字符串Hash)
查看>>
C#将数据导出到Excel汇总
查看>>
WCF契约Contract
查看>>
C++ Web Service SDK
查看>>
记一次 oracle 12.2 RAC : Transaction recovery: lock conflict caught and ignored
查看>>
JSON数据格式转换
查看>>
混合开发基础介绍
查看>>
springcloud gateway(hystrix filter)
查看>>
贪心算法
查看>>