Some changes in Mobile OS section and a few tweaks #219

Merged
ghost merged 24 commits from master into master 2017-06-16 11:12:20 +00:00
6 changed files with 49 additions and 26 deletions
Showing only changes of commit 4355e8db30 - Show all commits

View File

@ -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>