mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Move windows 10 section to separate file
This commit is contained in:
parent
2783d325a6
commit
2f85fec35c
103
_includes/sections/windows10.html
Normal file
103
_includes/sections/windows10.html
Normal file
@ -0,0 +1,103 @@
|
||||
<h1 id="win10" class="anchor"><a href="#win10"><i class="fas fa-link anchor-icon"></i></a> Don't use Windows 10 - It's a privacy nightmare</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.</strong>
|
||||
</div>
|
||||
|
||||
<img src="assets/img/layout/Windows-10-Privacy.jpg" class="img-fluid float-right" alt="Windows 10 Privacy" style="margin-left:10px;">
|
||||
|
||||
<ol>
|
||||
<li><strong>Data syncing is by default enabled.</strong>
|
||||
<ul>
|
||||
<li>Browsing history and open websites.</li>
|
||||
<li>Apps settings.</li>
|
||||
<li>WiFi hotspot names and passwords.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Your device is by default tagged with a unique advertising ID.</strong>
|
||||
<ul>
|
||||
<li>Used to serve you with personalized advertisements by third-party advertisers and ad networks.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Cortana can collect any of your data.</strong>
|
||||
<ul>
|
||||
<li>Your keystrokes, searches and mic input.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Calendar data.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Music you listen to.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Credit Card information.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Purchases.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Microsoft can collect any personal data.</strong>
|
||||
<ul>
|
||||
<li>Your identity.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Passwords.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Demographics.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Interests and habits.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Usage data.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Contacts and relationships.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Location data.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Content like emails, instant messages, caller list, audio and video recordings.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Your data can be shared.</strong>
|
||||
<ul>
|
||||
<li>When downloading Windows 10, you are authorizing Microsoft to share any of above-mentioned data with any third-party, with or without your consent.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p><a class="btn btn-warning" href="https://www.winprivacy.de/english-home/">Download: W10Privacy</a></p>
|
||||
|
||||
<p>This tool uses some known methods that attempt to disable major tracking features in Windows 10.</p>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h3>Some good news</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/crazy-max/WindowsSpyBlocker/releases">WindowsSpyBlocker</a> - Open source tool that blocks data collection.</li>
|
||||
<li><a href="https://www.ghacks.net/2015/08/14/comparison-of-windows-10-privacy-tools/">Comparison of Windows 10 Privacy tools</a> - ghacks.net</li>
|
||||
<li><a href="https://fix10.isleaked.com/">Fix Windows 10 privacy.</a> - fix10.isleaked.com</li>
|
||||
<li><a href="https://arstechnica.com/information-technology/2015/08/windows-10-doesnt-offer-much-privacy-by-default-heres-how-to-fix-it/">Windows 10 doesn't offer much privacy by default: Here's how to fix it. </a> - Ars Technica.</li>
|
||||
<li><a href="https://www.reddit.com/r/Windows10/comments/3f38ed/guide_how_to_disable_data_logging_in_w10">Guide: How to disable data logging in W10.</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<h3>More bad news</h3>
|
||||
<ul>
|
||||
<li><a href="https://thehackernews.com/2016/02/microsoft-windows10-privacy.html">
|
||||
Windows 10 Sends Your Data 5500 Times Every Day Even After Tweaking Privacy Settings</a> - The Hacker News.</li>
|
||||
<li><a href="https://arstechnica.com/information-technology/2015/08/even-when-told-not-to-windows-10-just-cant-stop-talking-to-microsoft/">Even when told not to, Windows 10 just can't stop talking to Microsoft. It's no wonder that privacy activists are up in arms.</a> - Ars Technica.</li>
|
||||
<li><a href="https://www.techdirt.com/articles/20150820/06171332012/windows-10-reserves-right-to-block-pirated-games-unauthorized-hardware.shtml">Windows 10 Reserves The Right To Block Pirated Games And 'Unauthorized' Hardware.</a> - Techdirt.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
106
index.html
106
index.html
@ -73,111 +73,7 @@ layout: default
|
||||
|
||||
{% include sections/router-firmware.html %}
|
||||
|
||||
<h1 id="win10" class="anchor"><a href="#win10"><i class="fas fa-link anchor-icon"></i></a> Don't use Windows 10 - It's a privacy nightmare</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.</strong>
|
||||
</div>
|
||||
|
||||
<img src="assets/img/layout/Windows-10-Privacy.jpg" class="img-fluid float-right" alt="Windows 10 Privacy" style="margin-left:10px;">
|
||||
|
||||
<ol>
|
||||
<li><strong>Data syncing is by default enabled.</strong>
|
||||
<ul>
|
||||
<li>Browsing history and open websites.</li>
|
||||
<li>Apps settings.</li>
|
||||
<li>WiFi hotspot names and passwords.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Your device is by default tagged with a unique advertising ID.</strong>
|
||||
<ul>
|
||||
<li>Used to serve you with personalized advertisements by third-party advertisers and ad networks.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Cortana can collect any of your data.</strong>
|
||||
<ul>
|
||||
<li>Your keystrokes, searches and mic input.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Calendar data.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Music you listen to.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Credit Card information.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Purchases.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Microsoft can collect any personal data.</strong>
|
||||
<ul>
|
||||
<li>Your identity.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Passwords.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Demographics.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Interests and habits.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Usage data.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Contacts and relationships.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Location data.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Content like emails, instant messages, caller list, audio and video recordings.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Your data can be shared.</strong>
|
||||
<ul>
|
||||
<li>When downloading Windows 10, you are authorizing Microsoft to share any of above-mentioned data with any third-party, with or without your consent.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol> <p>
|
||||
<a class="btn btn-warning" href="https://www.winprivacy.de/english-home/">
|
||||
Download: W10Privacy
|
||||
</a>
|
||||
</p>
|
||||
|
||||
This tool uses some known methods that attempt to disable major tracking features in Windows 10.
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h3>Some good news</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/crazy-max/WindowsSpyBlocker/releases">WindowsSpyBlocker</a> - Open source tool that blocks data collection.</li>
|
||||
<li><a href="https://www.ghacks.net/2015/08/14/comparison-of-windows-10-privacy-tools/">Comparison of Windows 10 Privacy tools</a> - ghacks.net</li>
|
||||
<li><a href="https://fix10.isleaked.com/">Fix Windows 10 privacy.</a> - fix10.isleaked.com</li>
|
||||
<li><a href="https://arstechnica.com/information-technology/2015/08/windows-10-doesnt-offer-much-privacy-by-default-heres-how-to-fix-it/">Windows 10 doesn't offer much privacy by default: Here's how to fix it. </a> - Ars Technica.</li>
|
||||
<li><a href="https://www.reddit.com/r/Windows10/comments/3f38ed/guide_how_to_disable_data_logging_in_w10">Guide: How to disable data logging in W10.</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<h3>More bad news</h3>
|
||||
<ul>
|
||||
<li><a href="https://thehackernews.com/2016/02/microsoft-windows10-privacy.html">
|
||||
Windows 10 Sends Your Data 5500 Times Every Day Even After Tweaking Privacy Settings</a> - The Hacker News.</li>
|
||||
<li><a href="https://arstechnica.com/information-technology/2015/08/even-when-told-not-to-windows-10-just-cant-stop-talking-to-microsoft/">Even when told not to, Windows 10 just can't stop talking to Microsoft. It's no wonder that privacy activists are up in arms.</a> - Ars Technica.</li>
|
||||
<li><a href="https://www.techdirt.com/articles/20150820/06171332012/windows-10-reserves-right-to-block-pirated-games-unauthorized-hardware.shtml">Windows 10 Reserves The Right To Block Pirated Games And 'Unauthorized' Hardware.</a> - Techdirt.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include sections/windows10.html %}
|
||||
|
||||
<h1 id="quotes" class="anchor"><a href="#quotes"><i class="fas fa-link anchor-icon"></i></a> Quotes</h1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user