mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Added media.navigator.enabled to about:config
According to https://browserleaks.com/webrtc WebRTC test, websites can see if your device has camera and microphone unless you disable media.navigator.enabled
This commit is contained in:
parent
cfd33cea73
commit
4355e8db30
@ -991,7 +991,12 @@
|
||||
<ul>
|
||||
<li>WebGL is a potential security risk. <a href="http://security.stackexchange.com/questions/13799/is-webgl-a-security-concern">Source</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<li>media.navigator.enabled = false</li>
|
||||
<ul>
|
||||
<li>Websites can track the microphone and camera status of your device.</li>
|
||||
</ul>
|
||||
|
||||
<li>dom.battery.enabled = false</li>
|
||||
<ul>
|
||||
<li>Website owners can track the battery status of your device. <a href="https://www.reddit.com/r/privacytoolsIO/comments/3fzbgy/you_may_be_tracked_by_your_battery_status_of_your/">Source</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user