-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不蒜子在 Chrome 85 版本后所有页面统计是同一个数据 #376
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
在新的规范中Referrer-Policy 并没有延续 Referer这个拼写错误,所以不蒜子源码中的scriptTag.refererPolicy = "no-referrer-when-downgrade",会出现设置无效的问题。
同时由于chrome系列浏览器在85这个版本后Referrer-Policy默认值从no-referrer-when-downgrade改为strict-origin-when-cross-origin。这导致了不蒜子的页面统计功能失效。
修复方法
The text was updated successfully, but these errors were encountered: