How to modify the data in navigator.userAgentData is really important to us. I have seen many users submit this request but have never received a reply.
Executing this method will leak a lot of device information. I want to change it, just like modifying userAgent.
JavaScript:
navigator.userAgentData.getHighEntropyValues(
["architecture", "model", "platform", "platformVersion", "uaFullVersion"])
.then(ua => { console.log(ua) });
Executing this method will leak a lot of device information. I want to change it, just like modifying userAgent.