Especially for apple-devices, because some check can fail on safari <12
It would be better to create a list of specific fingerprinting controls or even better trap controls such as window.navigator.standalone which is only available on apple (and therefore if the control is positive and the user agent is from another device the test fails)
Especially for apple-devices, because some check can fail on safari <12
It would be better to create a list of specific fingerprinting controls or even better trap controls such as
window.navigator.standalone
which is only available on apple (and therefore if the control is positive and the user agent is from another device the test fails)