Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们希望从我们的安全 Web 应用程序中隐藏/取消超链接上的引用者,以便外部网站不会意识到我们的非公共安全网站。看起来 rel="noreferrer" 会是一个很好的方法,但是围绕它的讨论或文档很少,我很好奇它的支持程度。
兼容 HTML5 的 webkit 浏览器是否支持 rel=noreferrer?
它是几年前实施的,没有构建标志可以关闭它。
因此,如果它是 WebKit 的最新版本,那么是的,它是受支持的。
我不会依赖较新的浏览器功能来保证安全性。也许用 target _blank 打开链接,或者更好的安全性,用你的网络服务器或防火墙清理标题。