You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: