简体   繁体   English

是否可以使用Chrome欺骗用户代理和操作系统?

[英]Is possible to spoof user-agent and OS with Chrome?

What are the options to block the methods bellow with Chrome? 阻止Chrome的方法有哪些选项?

navigator.appVersion

Info os.name

as I was successfully profiled in 因为我成功地介绍了

http://browserspy.dk/browser.php http://browserspy.dk/browser.php

I´d like to hide Browser and OS in order to avoid exploits. 我想隐藏浏览器和操作系统以避免漏洞利用。

You can change the User Agent string in Dev Tools: 您可以在开发工具中更改用户代理字符串:

  1. Open Developer Tools ( F12 ) 打开开发人员工具F12
    开发者工具
  2. Show the Console Drawer at the bottom by hitting Esc 点击Esc ,在底部显示控制台抽屉
    控制台抽屉
  3. Add the Network Conditions tab to the drawer 将“ 网络条件”选项卡添加到抽屉
    网络条件
  4. Under User Agent , uncheck "Select automatically", and pick a browser you wish to emulate or customize the string however you'd like 在“ 用户代理 ”下,取消选中“自动选择”,然后选择要模拟的浏览器或自定义字符串,但是您需要
    用户代理

You can change the User-Agent string Chrome sends to the servers. 您可以更改Chrome发送给服务器的用户代理字符串。 This is explained here . 这在这里解释

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM