Merge pull request #1 from arcadius3d/patch-1

Patch 1
This commit is contained in:
arcadius3d 2017-05-01 23:05:58 -03:00 committed by GitHub
commit 31e210ff31

View File

@ -992,6 +992,11 @@
<li>WebGL is a potential security risk. <a href="http://security.stackexchange.com/questions/13799/is-webgl-a-security-concern">Source</a></li> <li>WebGL is a potential security risk. <a href="http://security.stackexchange.com/questions/13799/is-webgl-a-security-concern">Source</a></li>
</ul> </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> <li>dom.battery.enabled = false</li>
<ul> <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> <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>
@ -2618,14 +2623,14 @@
<div class="col-sm-4"> <div class="col-sm-4">
<div class="panel panel-success"> <div class="panel panel-success">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title">CyanogenMod</h3> <h3 class="panel-title">LineageOS</h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<p><img src="img/tools/CyanogenMod.png" alt="CyanogenMod" align="right" style="margin-left:5px;">CyanogenMod is an open-source operating system for smartphones and tablets, based on Android. It is developed as free and open source software based on <p><img src="img/tools/LineageOS.png" alt="LineageOS" align="right" style="margin-left:5px;">LineageOS is the descendant of the discontinued CyanogenMod. It is a free and open-source operating system for smartphones and tablets, based on
the official releases of Android by Google.</p> the oficcial releases of Android by Google.</p>
<p> <p>
<a href="http://www.cyanogenmod.org/"> <a href="https://www.lineageos.org/">
<button type="button" class="btn btn-success">Website: cyanogenmod.org</button> <button type="button" class="btn btn-success">Website: lineageos.org</button>
</a> </a>
</p> </p>
</div> </div>