指纹识别脚本使用用户代理信息和其他信息(例如语言和位置)来创建数字指纹,指纹的准确性会随着唯一数据点的数量而增加。
不过以注重用户隐私而著称的 Firefox 表示,在 Firefox Nightly 69 版本中将不再显示来自 User Agent 的 CPU 架构信息。
将使用如下的方式来区分 CPU 架构:
-
32-bit Firefox on 32-bit operating systems.
-
32-bit Firefox on 64-bit operating systems.
-
64-bit Firefox on 64-bit operating systems.
使用 Firefox 69 的 Firefox 用户会注意到返回用户代理的脚本将不再区分信息,在谷歌搜索“check user agent”的结果如下截图所示:
Mozilla / 5.0(Windows NT 10.0; Win64; x64; rv:69.0)Gecko / 20100101 Firefox / 69.0
此更改会影响在 64 位版本的 Windows 或 Linux 操作系统上运行的 32 位 Firefox 安装。从 Firefox 69 开始,这些版本将使用以下用户代理:
-
Linux:Linux x86_64 instead Linux i686 on x86_64
-
Windows: Win64 instead of WOW64
本文素材来自互联网