Could you be more specific? What senstive information?
this post was submitted on 23 Jun 2025
0 points (50.0% liked)
JavaScript
2425 readers
1 users here now
founded 2 years ago
MODERATORS
by sensitive information I'm referring to
- local machine time
- local machine ram
- local machine operating system + version
- local machine hardware
- Serial Number
- Hardware ID
- UUID
- Windows Device ID
- Windows Product ID
- ...
Can I prevent javascript from running specific command that retrieve these information?
- local machine hardware
- Serial Number
- Hardware ID
- UUID
- Windows Device ID
- Windows Product ID
- local machine ram
Can not be accessed through Javascript anyway
- local machine operating system + version
Accessible through so called "User Agent", you could install User Agent changer addon to make your machine like its running different operating system/ web browser
- local machine time
when resist fingerprinting is enabled, local time is not shown, instead it always think your time is UTC
Much appreciated
Browsers typically ask you to grant permission before sharing sensitive information.
Windows sandbox? Or sandboxie I suppose