Bring the fork up to date
@ -1,4 +1,6 @@
|
||||
[](https://www.privacytools.io/)
|
||||
<a href="https://www.privacytools.io">
|
||||
<img src="assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="PrivacyTools" />
|
||||
</a>
|
||||
|
||||
_Encryption Against Global Mass Surveillance._
|
||||
|
||||
|
@ -86,7 +86,11 @@
|
||||
Tor v3: <strong>privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion</strong>
|
||||
(<a href="https://write.privacytools.io/jonah/tor-on-privacytools-io">Learn More</a>)
|
||||
</p>
|
||||
<small><p><a href="/privacy/">Privacy Statement</a> | <a href="/notices/">Notices & Disclaimers</a></small>
|
||||
<small>
|
||||
<a href="/privacy/">Privacy Statement</a> |
|
||||
<a href="/notices/">Notices & Disclaimers</a> |
|
||||
<a href="https://github.com/privacytoolsIO/brand">Brand Assets & Guidelines</a>
|
||||
</small>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -5,10 +5,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="privacy, anonymity, privacy tools, surveillance, encryption">
|
||||
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-TileImage" content="/assets/img/favicons/mstile-144x144.png">
|
||||
<meta name="msapplication-config" content="/assets/img/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url | replace:'index.html',''}}">
|
||||
|
||||
<!-- title -->
|
||||
@ -21,7 +17,7 @@
|
||||
{% endif %}
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ page.permalink | prepend: site.url }}" />
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/img/layout/ogimage.jpg" />
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/img/svg/layout/brand/square-transparent.svg" />
|
||||
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"/>
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
<meta property="og:site_name" content="{{ site.name }}" />
|
||||
@ -39,7 +35,7 @@
|
||||
"privacytoolsIO"
|
||||
],
|
||||
"url": "{{ site.production_url }}",
|
||||
"logo": "{{ site.production_url }}/assets/img/png/layout/shield.png",
|
||||
"logo": "{{ site.production_url }}/assets/img/svg/layout/brand/square-transparent.svg",
|
||||
"sameAs": [
|
||||
"https://blog.privacytools.io",
|
||||
"https://twitter.com/privacytoolsIO",
|
||||
@ -52,20 +48,16 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- icons -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/assets/img/png/favicons/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/assets/img/png/favicons/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/assets/img/png/favicons/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/assets/img/png/favicons/apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/assets/img/png/favicons/apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/assets/img/png/favicons/apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/assets/img/png/favicons/apple-touch-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/assets/img/png/favicons/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/png/favicons/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" href="/assets/img/png/favicons/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/assets/img/png/favicons/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/assets/img/png/favicons/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="/assets/img/png/favicons/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/assets/img/png/favicons/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/png/favicons/apple-touch-icon.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/png/favicons/favicon-32x32.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/png/favicons/favicon-16x16.png?v=2">
|
||||
<link rel="manifest" href="/assets/img/png/favicons/site.webmanifest?v=2">
|
||||
<link rel="mask-icon" href="/assets/img/png/favicons/safari-pinned-tab.svg?v=2" color="#3498db">
|
||||
<link rel="shortcut icon" href="/assets/img/png/favicons/favicon.ico?v=2">
|
||||
<meta name="msapplication-TileColor" content="#3498db">
|
||||
<meta name="msapplication-config" content="/assets/img/png/favicons/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<!-- CSS stylesheets -->
|
||||
<link href="/assets/css/style.css?v=9" rel="stylesheet">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div id="navbar" class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div class="w-50">
|
||||
<a id="nav-home-mobile" class="nav-anchor" href="/index.html">
|
||||
<img src="/assets/img/png/layout/logo_smaller.png" width="150px" />
|
||||
<img src="/assets/img/svg/layout/brand/horizontal.svg" width="150px" />
|
||||
</a>
|
||||
</div>
|
||||
<input type="checkbox" id="nav-toggle" checked />
|
||||
|
@ -3,7 +3,14 @@
|
||||
</div>
|
||||
|
||||
<div class="jumbotron p-5">
|
||||
<h1 class="display-4"><a href="{{ site.production_url }}" title="{{ site.name }}"><img src="/assets/img/png/layout/logo.png" width="600" height="88" class="img-fluid" alt="{{ site.name }}"></a></h1>
|
||||
<h1 class="display-4">
|
||||
<a href="{{ site.production_url }}" title="{{ site.name }}">
|
||||
<img class="img-fluid d-none d-sm-block" src="/assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="{{ site.name }}">
|
||||
<div class="text-center">
|
||||
<img class="img-fluid d-sm-none" src="/assets/img/svg/layout/brand/vertical.svg" width="300px" alt="{{ site.name }}">
|
||||
</div>
|
||||
</a>
|
||||
</h1>
|
||||
<p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. {{ site.name }} provides services, tools and knowledge to protect your privacy against global mass surveillance.</p>
|
||||
</div>
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
|
||||
<h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3>
|
||||
|
||||
<img src="/assets/img/layout/USA.png" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
|
||||
<img src="/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
|
||||
|
||||
<p>Services based in the United States are not recommended because of the country's surveillance programs and use of <a href="https://www.eff.org/issues/national-security-letters/faq">National Security Letters</a> (NSLs) with accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to <a href="https://www.schneier.com/blog/archives/2013/08/more_on_the_nsa.html">secretly force</a> companies to grant complete access to customer data and transform the service into a tool of mass surveillance.</p>
|
||||
|
||||
|
@ -30,6 +30,8 @@
|
||||
</blockquote>
|
||||
<h5><span class="badge badge-success">IPv6 Support</span></h5>
|
||||
<p>Mullvad supports the future of networking <a href="https://en.wikipedia.org/wiki/IPv6">IPv6</a>. Their network allows users to <a href="https://mullvad.net/en/blog/2014/9/15/ipv6-support/">access services hosted on IPv6</a> as opposed to other providers who block IPv6 connections.</p>
|
||||
<h5><span class="badge badge-success">Remote port forwarding</span></h5>
|
||||
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is allowed on Mullvad, see <a href="https://mullvad.net/help/port-forwarding-and-mullvad/">Port forwarding with Mullvad VPN</a>.</p>
|
||||
<h5><span class="badge badge-success">Accepts Bitcoin</span></h5>
|
||||
<p>Mullvad in addition to accepting credit/debit cards and PayPal, accepts <strong>Bitcoin</strong>, <strong>Bitcoin Cash</strong>, and <strong>cash/local currency</strong> as anonymous forms of payment. They also accept Swish and bank wire transfers.</p>
|
||||
<h5><span class="badge badge-warning">No Mobile Clients</span></h5>
|
||||
@ -79,12 +81,18 @@
|
||||
<img src="/assets/img/svg/3rd-party/ivpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="IVPN">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2>IVPN <span class="badge badge-info">USD $100/Year</span></h2>
|
||||
<h2>
|
||||
IVPN
|
||||
<span class="badge badge-info">Standard USD $60/Year</span>
|
||||
<span class="badge badge-secondary">Pro USD $100/Year</span>
|
||||
</h2>
|
||||
<p><strong>IVPN</strong> is another strong premium VPN provider, and they have been in operation since <strong>2009</strong>. IVPN is based in <span class="flag-icon flag-icon-gi"></span> Gibraltar and offers a 3 day free trial. Unfortunately, due to its lack of an independent security audit, it does not meet the complete criteria for recommendation, see our notes below.</p>
|
||||
<h5><span class="badge badge-danger">No Security Audit</span></h5>
|
||||
<p>IVPN has undergone a <a href="https://cure53.de/audit-report_ivpn.pdf">no-logging audit from Cure53</a> which concluded in agreement with IVPN's no-logging claim. However, IVPN has not undergone a more comprehensive security audit by an independent third party, and therefore cannot be strongly recommended at this time.</p><p>We have still chosen to list it on this page with the assumption that an audit will be published soon. <a href="https://nitter.net/ivpnnet/status/1181954975687163905">IVPN has hired Cure53</a> to undertake a comprehensive audit covering the IVPN website, public and internal server infrastucture. They expect the audit to begin in November 2019 and be completed by the 6 auditors in January 2020.</p>
|
||||
<h5><span class="badge badge-success">77+ Servers</span></h5>
|
||||
<p>IVPN has 77 servers in 31 countries at the time of writing this page. Typically the more servers a provider offers, the better. IVPN has a decent (but not exceptional) server count that will most likely provide adequate coverage to most users.</p>
|
||||
<h5><span class="badge badge-success">Remote port forwarding</span></h5>
|
||||
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is possible with a Pro plan. Port forwarding <a href="https://www.ivpn.net/knowledgebase/81/How-do-I-activate-port-forwarding.html">can be activated</a> via the client area. Port forwarding is only available on IVPN when <a href="https://www.ivpn.net/knowledgebase/116/Port-forwarding-is-not-working-why.html">using OpenVPN and is disabled on US servers</a>.</p>
|
||||
<h5><span class="badge badge-success">Accepts Bitcoin</span></h5>
|
||||
<p>In addition to accepting credit/debit cards and PayPal, IVPN accepts <strong>Bitcoin</strong> and <strong>cash/local currency</strong> (on annual plans) as anonymous forms of payment.</p>
|
||||
<h5><span class="badge badge-success">Mobile Clients</span></h5>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<h1 id="wc" class="anchor"><a href="#wc"><i class="fas fa-link anchor-icon"></i></a> What is a warrant canary?</h1>
|
||||
|
||||
<img src="/assets/img/layout/warrant-canary.jpg" width="450" height="236" class="img-fluid float-right ml-3" alt="Warrant Canary Example">
|
||||
<img src="/assets/img/svg/layout/warrant_canary_example.svg" width="450px" class="img-fluid float-right ml-3" alt="Warrant Canary Example">
|
||||
|
||||
<p>A warrant canary is a posted document stating that an organization has not received any secret subpoenas during a specific period of time. If this document fails to be updated during the specified time then the user is to assume that the service has received such a subpoena and should stop using the service.</p>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="col-12 col-sm-6 col-lg-4 col-xl-3">
|
||||
<div class="card mb-3 mx-4 mx-sm-0" itemscope itemtype="http://schema.org/Person">
|
||||
<img src="{{ site.baseurl }}/assets/img/team/{{ include.avatar }}" class="card-img-top" itemprop="image" alt="{% if include.nick %}{{ include.nick }}{% else %}{{ include.name }}{% endif %}">
|
||||
<img src="{{ site.baseurl }}/assets/img/png/team/{{ include.avatar }}" class="card-img-top" itemprop="image" alt="{% if include.nick %}{{ include.nick }}{% else %}{{ include.name }}{% endif %}">
|
||||
<div class="card-body">
|
||||
|
||||
<h5 class="card-title mt-0" itemprop="name">
|
||||
|
Before Width: | Height: | Size: 971 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 492 B |
BIN
assets/img/png/favicons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 746 B |
Before Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 839 B |
Before Width: | Height: | Size: 895 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 411 B |
Before Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 503 B |
Before Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.8 KiB |
@ -2,11 +2,8 @@
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="https://www.privacytools.io/img/favicons/mstile-70x70.png?v=2"/>
|
||||
<square150x150logo src="https://www.privacytools.io/img/favicons/mstile-150x150.png?v=2"/>
|
||||
<square310x310logo src="https://www.privacytools.io/img/favicons/mstile-310x310.png?v=2"/>
|
||||
<wide310x150logo src="https://www.privacytools.io/img/favicons/mstile-310x150.png?v=2"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
<square150x150logo src="/assets/img/png/favicons/mstile-150x150.png"/>
|
||||
<TileColor>#3498db</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -1,41 +0,0 @@
|
||||
{
|
||||
"name": "privacytools.io",
|
||||
"icons": [
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/png\/favicons\/android-chrome-36x36.png?v=2",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/png\/favicons\/android-chrome-48x48.png?v=2",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/png\/favicons\/android-chrome-72x72.png?v=2",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/png\/favicons\/android-chrome-96x96.png?v=2",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/png\/favicons\/android-chrome-144x144.png?v=2",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "https:\/\/www.privacytools.io\/img\/png\/favicons\/android-chrome-192x192.png?v=2",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 971 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 846 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 2.0 KiB |
33
assets/img/png/favicons/safari-pinned-tab.svg
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M3340 6975 c-63 -14 -124 -27 -135 -29 -34 -8 -310 -84 -362 -100
|
||||
-26 -8 -115 -36 -198 -61 -708 -219 -1467 -512 -1954 -753 -128 -64 -164 -87
|
||||
-210 -134 -64 -64 -112 -139 -148 -230 -25 -61 -25 -65 -19 -252 4 -105 9
|
||||
-216 11 -246 3 -30 7 -82 9 -115 6 -77 16 -182 21 -220 2 -16 7 -52 10 -80 3
|
||||
-27 10 -81 16 -120 6 -38 12 -81 14 -95 7 -44 26 -164 31 -195 6 -35 45 -229
|
||||
74 -365 106 -495 310 -1087 542 -1570 l79 -164 586 586 586 586 -26 79 c-30
|
||||
90 -53 189 -62 259 -4 27 -9 57 -12 68 -6 22 -6 323 0 334 3 4 8 32 12 62 15
|
||||
128 69 299 140 445 188 389 461 612 940 768 325 106 732 122 954 37 85 -33
|
||||
145 -67 159 -90 30 -50 16 -67 -403 -465 -530 -504 -541 -515 -555 -577 -16
|
||||
-64 -7 -197 18 -298 28 -109 74 -244 86 -253 6 -4 60 -23 120 -42 216 -69 378
|
||||
-85 458 -44 24 12 72 52 108 89 36 37 112 117 169 176 57 60 193 201 301 314
|
||||
109 113 230 240 270 282 76 81 123 108 158 89 23 -12 76 -111 101 -188 33
|
||||
-104 45 -203 44 -368 0 -143 -7 -208 -38 -370 -14 -75 -70 -256 -109 -353
|
||||
-141 -349 -312 -551 -631 -739 -112 -66 -338 -149 -465 -169 -19 -3 -37 -7
|
||||
-40 -9 -3 -2 -44 -7 -90 -11 -209 -20 -418 2 -619 62 l-114 35 -668 -668
|
||||
c-368 -367 -669 -671 -669 -675 0 -25 351 -375 503 -501 210 -175 431 -330
|
||||
597 -420 30 -16 62 -35 70 -42 16 -12 276 -141 345 -170 22 -10 66 -28 99 -41
|
||||
l58 -23 112 46 c297 124 661 337 896 523 24 19 53 42 64 50 146 113 412 365
|
||||
561 533 480 542 880 1258 1148 2057 96 284 185 609 233 845 2 11 15 74 29 140
|
||||
26 126 64 359 81 490 2 22 7 51 9 65 2 14 7 57 11 95 4 39 8 84 10 100 2 17 6
|
||||
71 9 120 4 50 9 101 11 115 2 14 7 115 10 225 6 187 5 204 -15 256 -43 114
|
||||
-135 240 -211 289 -196 125 -864 409 -1465 622 -425 151 -1046 343 -1200 372
|
||||
-11 2 -38 9 -61 15 -157 42 -252 46 -394 16z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
19
assets/img/png/favicons/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/img/png/favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/img/png/favicons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
Before Width: | Height: | Size: 56 KiB |
BIN
assets/img/png/team/burung.png
Normal file
After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 21 KiB |
BIN
assets/img/png/team/danarel.png
Normal file
After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 374 KiB After Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 11 KiB |
BIN
assets/img/png/team/nitrohorse.png
Normal file
After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 285 KiB |
BIN
assets/img/png/team/trai_dep.png
Normal file
After Width: | Height: | Size: 186 KiB |
2
assets/img/svg/layout/brand/horizontal.svg
Normal file
After Width: | Height: | Size: 7.6 KiB |
2
assets/img/svg/layout/brand/square-transparent.svg
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="512" height="512" version="1.1" viewBox="0 0 135.47 135.46" xmlns="http://www.w3.org/2000/svg"><path d="m67.735 18.519c-4.9487 0.2404-30.48 8.5093-42.252 14.888-1.6938 0.91834-3.5529 4.0714-3.5616 5.4545 0 12.656 3.0471 31.327 11.656 47.914l16.845-16.837c-3.2564-8.2278-1.3156-17.604 4.9388-23.863 3.8053-3.6203 10.973-6.2917 17.201-6.4018 2.8307-0.05 5.4666 0.42948 7.504 1.5896 1.1926 0.68859 0.6329 1.5773 0.27699 1.9332l-12.901 12.374c-1.6303 1.7514-0.2169 6.2432 0.8351 9.0978 2.8547 1.0521 7.3469 2.4644 9.0984 0.83407l12.374-12.899c0.35592-0.35592 1.2446-0.91566 1.9332 0.27698 3.7124 6.5201 0.45206 19.17-4.8138 24.704-6.2596 6.2544-15.634 8.1951-23.862 4.9388l-19.329 19.325c6.2848 7.2811 14.195 13.367 24.054 17.213 35.649-13.908 45.814-57.086 45.814-80.2-0.01-1.3832-1.8677-4.5367-3.5616-5.4545-11.772-6.3789-37.302-14.647-42.251-14.888z" fill="#3498db" stroke-width=".86796"/><g transform="matrix(1.542 -1.542 1.542 1.542 -184.39 -103.45)" fill="#fff"><g transform="rotate(90,84.232,171.06)" fill="#fff"><g transform="translate(3.5487,90.195)" fill="#fff"><path transform="matrix(.24077 -.24077 .24077 .24077 -195.37 -625.87)" d="m-1131 2116.8c0.3194 0.6158 0.6375 1.2141 0.9684 1.8254 1.3704 2.5314 2.8391 5.0227 4.4121 7.457 1.5731 2.4344 3.2495 4.8124 5.0352 7.1172 1.0233 1.3208 2.092 2.6283 3.1878 3.8981l26.029-26.025c11.08 4.3852 23.705 1.7722 32.135-6.6504 7.0913-7.4538 11.482-24.489 6.4824-33.27-0.9273-1.6061-2.1242-0.8523-2.6035-0.373l-16.664 17.371c-2.3586 2.1955-8.4077 0.2937-12.252-1.1231-1.4167-3.8442-3.3205-9.8933-1.125-12.252l17.373-16.664c0.4793-0.4793 1.233-1.6762-0.3731-2.6035-2.7438-1.5623-6.2935-2.208-10.105-2.1406-8.3861 0.1483-18.04 3.7458-23.164 8.6211-8.4226 8.4296-11.036 21.057-6.6504 32.137z" fill="#fff" stroke-width=".67821"/></g></g></g></svg>
|
After Width: | Height: | Size: 1.8 KiB |
2
assets/img/svg/layout/brand/vertical.svg
Normal file
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 296 KiB |
2
assets/img/svg/layout/warrant_canary_example.svg
Normal file
After Width: | Height: | Size: 24 KiB |
@ -25,7 +25,7 @@ hidedesc: true
|
||||
<div class="row">
|
||||
|
||||
{% include team.html
|
||||
avatar="burung.jpg"
|
||||
avatar="burung.png"
|
||||
name="Burung Hantu"
|
||||
role="Founder"
|
||||
bio="I founded PrivacyTools in 2015 to share resources and tools, allowing users to avoid international mass-surveillance programs."
|
||||
@ -59,7 +59,7 @@ mastodon="https://social.privacytools.io/@blacklight447"
|
||||
%}
|
||||
|
||||
{% include team.html
|
||||
avatar="danarel.jpg"
|
||||
avatar="danarel.png"
|
||||
name="Dan Arel"
|
||||
role="Blogging & Education"
|
||||
bio="I'm an author, columnist, and privacy advocate whose work has appeared in Time, Huff Post, OpenSource, and more."
|
||||
@ -102,7 +102,7 @@ keys="https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/.mikaela/
|
||||
%}
|
||||
|
||||
{% include team.html
|
||||
avatar="nitrohorse.jpg"
|
||||
avatar="nitrohorse.png"
|
||||
name="Andreas Basurto"
|
||||
nick="nitrohorse"
|
||||
role="Developer"
|
||||
@ -114,7 +114,7 @@ blog="nitrohorse"
|
||||
%}
|
||||
|
||||
{% include team.html
|
||||
avatar="trai_dep.jpg"
|
||||
avatar="trai_dep.png"
|
||||
name="trai_dep"
|
||||
role="Subreddit Mod"
|
||||
bio="I'm the moderator at r/Privacy and r/privacytoolsIO. Day to day, I am also – <i>irony alert</i> – an (ethical) digital marketer."
|
||||
|
@ -7,7 +7,9 @@ permalink: /donate/
|
||||
<div class="row">
|
||||
<div class="mx-auto text-center">
|
||||
<div class="mt-4 mb-4">
|
||||
<a href="{{ site.production_url }}"><img src="/assets/img/layout/logo.png" class="img-fluid" alt="{{ site.name }}"></a>
|
||||
<a href="{{ site.production_url }}">
|
||||
<img class="img-fluid" src="/assets/img/svg/layout/brand/horizontal.svg" width="450px" alt="{{ site.name }}">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="card border-success mt-5 mb-5">
|
||||
|
@ -36,7 +36,7 @@ Code, including source files and code samples if any in the content, is released
|
||||
|
||||
Portions of this notice itself were adopted from [opensource.guide](https://github.com/github/opensource.guide/blob/master/notices.md) on GitHub, released under [CC-BY-4.0](https://github.com/github/opensource.guide/blob/master/LICENSE).
|
||||
|
||||
This means that you can use the code and content in this repository **except** for the PrivacyTools trademarks in your own projects. PrivacyTools's trademarks include the "PrivacyTools" wordmark and shield logo.
|
||||
This means that you can use the code and content in this repository **except** for the PrivacyTools [branding](https://github.com/privacytoolsIO/brand) in your own projects. PrivacyTools's brand trademarks include the "PrivacyTools" wordmark and shield logo. More information on the use of PrivacyTools's branding can be found on our [branding guidelines page](https://github.com/privacytoolsIO/brand).
|
||||
|
||||
We believe that the logos and other images in `assets` from third-party providers are either in the public domain or **fair use**. In a nutshell, legal [fair use doctrine](https://en.wikipedia.org/wiki/Fair_use) allows the use of copyrighted image in order to identify the subject matter for purposes of public comment. However, these logos and other images may still be subject to trademark laws in one or more jurisdictions. Before using this content, please ensure that it is used to identify the entity or organization that owns the trademark and that you have the right to use it under the laws which apply in the circumstances of your intended use. *You are solely responsible for ensuring that you do not infringe someone else's trademark or copyright.*
|
||||
|
||||
|
@ -64,6 +64,7 @@ breadcrumb: "VPN"
|
||||
<li>Killswitch with highly configurable options (enable/disable on certain networks, on boot, etc.)</li>
|
||||
<li>Easy-to-use VPN clients, especially open-source. Even better if the Android version is also <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">available in F-Droid</a>.</li>
|
||||
<li>Supports <a href="https://en.wikipedia.org/wiki/IPv6">IPv6</a>. We expect that servers will allow incoming connections via IPv6 and allow users to access services hosted on IPv6 addresses.</li>
|
||||
<li>Capability of <a href="https://en.wikipedia.org/wiki/Port_forwarding#Remote_port_forwarding">remote port fowarding</a> assists in creating connections when using P2P (<a href="https://en.wikipedia.org/wiki/Peer-to-peer">Peer-to-Peer</a>) filesharing software, Freenet, or hosting a server (e.g., Mumble).</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|