作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我希望任何其他服务器请求都像 Gmail 中的链接一样通过我的服务器,我在那里检查了它 data-saferedirecturl=""
.
那么如何使用data-saferedirecturl
在我们的网站自动在 PHP 中?
例子:
<a href="xxxxx" target="_blank" data-saferedirecturl="https://www.mywebsite.com/url?hl=en&q=xxxx">Link</a>
最佳答案
Gmail 中的所有链接都在浏览器中进行解释。data-saferedirecturl
标签是自动添加的。
所以href
显示您将在浏览器底部单击的链接,但会将您发送到一个源自 google 的 URL,例如 https://www.google.com/url?hl=en-GB&site.com/324dd3
.
这样第三方就无法访问敏感数据。
关于php - 如何在 PHP 的标签中使用 data-saferedirecturl?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51721505/
我是一名优秀的程序员,十分优秀!