ScriptSafe v1.0.7.15

General discussion about Slimjet, or other issues related to web browser in general.
Locked
reactorr
Posts: 68
Joined: Sat Mar 21, 2015 2:45 pm

ScriptSafe v1.0.7.15

Post by reactorr »

ScriptSafe
https://github.com/andryou/scriptsafe/issues


Canvas Fingerprint Protection - protect against fingerprinting attempts through elements, with the following options:
Disabled
Blank Readout (serve an empty canvas with the original dimensions)
Random Readout (serve an empty canvas with random dimensions)
Completely Block Readout (refuse to serve any data)
https://browserleaks.com/canvas


Block Audio Fingerprinting - prevent fingerprinting via the AudioContext API
https://audiofingerprint.openwpm.com/


Block WebGL Fingerprinting - prevent fingerprinting via the WebGL API


Block Battery Fingerprinting - prevent fingerprinting via the Battery API


Block Device Enumeration - prevent having hardware devices detected via the WebRTC API


Block Gamepad Enumeration - prevent having hardware devices detected via the Gamepad API


Block Canvas Font Access - prevent system fonts from being enumerated through elements


Reduce Keyboard Fingerprinting (for advanced users) - make keypress timings more random to increase anonymity (note: adds a random delay between keypresses))
I recommend enabling all of the above options (except the last) for increased privacy, and based on your needs disable the options that interfere with your usage.

Prevent Clipboard Interference (under "Behavior Settings") - prevent pages

Install from the Chrome Web Store: https://chrome.google.com/webstore/deta ... lahbdbdgdf

Locked