OpenWPM icon indicating copy to clipboard operation
OpenWPM copied to clipboard

Instrument all APIs used by fingerprinting2 in the fingerprinting API monitoring module

Open englehardt opened this issue 6 years ago • 0 comments

We currently miss:

  • navigator.mediaDevices
  • navigator.webdriver
  • navigator.deviceMemory
  • window.devicePixelRatio
  • window.screen.width
  • window.screen.height
  • window.screen.availHeight
  • window.screen.availWidth
  • Date().getTimezoneOffset()
  • window.Intl.DateTimeFormat().resolvedOptions().timeZone
  • window.indexedDB
  • window.openDatabase
  • navigator.cpuClass
  • window.swfobject
  • navigator.hardwareConcurrency
  • navigator.maxTouchPoints

englehardt avatar Oct 22 '19 20:10 englehardt