如何检测用户何时使用模拟位置 chrome 浏览器
how to detect when user is using mock location chrome browser
有没有办法检测用户何时在 chrome 浏览器(移动和桌面)中模拟他的位置?
尝试使用谷歌搜索,但我只看到如何实际模拟以及如何在本机移动应用程序中检测。
参考this question to see how to get the client's IP address. Most of the services mentioned in that question will also return the IP address's location, and thus allow you to compare it to the location provided by the geolocation API. If the service does not provide the location, refer to this question将IP地址转换为位置。
有没有办法检测用户何时在 chrome 浏览器(移动和桌面)中模拟他的位置? 尝试使用谷歌搜索,但我只看到如何实际模拟以及如何在本机移动应用程序中检测。
参考this question to see how to get the client's IP address. Most of the services mentioned in that question will also return the IP address's location, and thus allow you to compare it to the location provided by the geolocation API. If the service does not provide the location, refer to this question将IP地址转换为位置。