mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-04 02:22:38 +00:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
12fc2d8a9b
|
|||
e9b951cb68 | |||
95d653f26e | |||
bd4818e993 | |||
16237ad930 |
82
.github/workflows/pages.yml
vendored
Normal file
82
.github/workflows/pages.yml
vendored
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
name: 🛠️ Deploy to GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
# Allow one concurrent deployment
|
||||||
|
concurrency:
|
||||||
|
group: "pages"
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
PYTHON_VERSION: 3.x
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Build
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
|
ref: ${{github.event.pull_request.head.ref}}
|
||||||
|
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
|
ssh-key: ${{ secrets.ACTIONS_SSH_KEY }}
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
|
- name: Pages setup
|
||||||
|
uses: actions/configure-pages@v1
|
||||||
|
|
||||||
|
- name: Python setup
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.7'
|
||||||
|
|
||||||
|
- name: Cache files
|
||||||
|
uses: actions/cache@v3.0.5
|
||||||
|
with:
|
||||||
|
key: ${{ github.ref }}
|
||||||
|
path: .cache
|
||||||
|
|
||||||
|
- name: Install Python dependencies
|
||||||
|
run: |
|
||||||
|
pip install pipenv
|
||||||
|
pipenv install
|
||||||
|
|
||||||
|
- name: Build website
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
pipenv run mkdocs build
|
||||||
|
mv .well-known site/
|
||||||
|
pipenv run mkdocs --version
|
||||||
|
|
||||||
|
- name: Package website
|
||||||
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
with:
|
||||||
|
path: site
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
name: Deploy
|
||||||
|
needs: build
|
||||||
|
|
||||||
|
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
|
||||||
|
permissions:
|
||||||
|
pages: write # to deploy to Pages
|
||||||
|
id-token: write # to verify the deployment originates from an appropriate source
|
||||||
|
|
||||||
|
environment:
|
||||||
|
name: github-pages
|
||||||
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Deploy to GitHub Pages
|
||||||
|
id: deployment
|
||||||
|
uses: actions/deploy-pages@main
|
@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1" viewBox="0 0 33.866 33.866"><path fill="#46a546" stroke-width=".275" d="m3.2563 0.90164h27.353c1.804 0 3.2563 1.4523 3.2563 3.2563v1.001e-4c0 1.804-1.4523 3.2563-3.2563 3.2563h-27.353c-1.804 0-3.2563-1.4523-3.2563-3.2563v-1.001e-4c0-1.804 1.4523-3.2563 3.2563-3.2563z"/><path fill="#f89406" stroke-width=".259" d="m3.2563 9.4185h23.546c1.804 0 3.2563 1.4523 3.2563 3.2563v1e-4c0 1.804-1.4523 3.2563-3.2563 3.2563h-23.546c-1.804 0-3.2563-1.4523-3.2563-3.2563v-1e-4c0-1.804 1.4523-3.2563 3.2563-3.2563z"/><path fill="#c43c35" stroke-width=".269" d="m3.2563 17.935h25.95c1.804 0 3.2563 1.4523 3.2563 3.2563v1.01e-4c0 1.804-1.4523 3.2563-3.2563 3.2563h-25.95c-1.804 0-3.2563-1.4523-3.2563-3.2563v-1.01e-4c0-1.804 1.4523-3.2563 3.2563-3.2563z"/><path fill="#999" stroke-width=".212" d="m3.2563 26.452h13.726c1.804 0 3.2563 1.4523 3.2563 3.2563v1e-4c0 1.804-1.4523 3.2563-3.2563 3.2563h-13.726c-1.804 0-3.2563-1.4523-3.2563-3.2563v-1e-4c0-1.804 1.4523-3.2563 3.2563-3.2563z"/></svg>
|
|
Before Width: | Height: | Size: 1.0 KiB |
@ -265,19 +265,4 @@ We suggest following the [developer's documentation](https://github.com/gorhill/
|
|||||||
|
|
||||||
Snowflake does not increase your privacy in any way, nor is it used to connect to the Tor network within your personal browser. However, if your internet connection is uncensored, you should consider running it to help people in censored networks achieve better privacy themselves. There is no need to worry about which websites people are accessing through your proxy—their visible browsing IP address will match their Tor exit node, not yours.
|
Snowflake does not increase your privacy in any way, nor is it used to connect to the Tor network within your personal browser. However, if your internet connection is uncensored, you should consider running it to help people in censored networks achieve better privacy themselves. There is no need to worry about which websites people are accessing through your proxy—their visible browsing IP address will match their Tor exit node, not yours.
|
||||||
|
|
||||||
Running a Snowflake proxy is low-risk, even moreso than running a Tor relay or bridge which are already not particularly risky endeavours. However, it does still proxy traffic through your network which can be impactful in some ways, especially if your network is bandwidth-limited. Make sure you understand [how Snowflake works](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home) before deciding whether to run a proxy.
|
Running a Snowflake proxy is low-risk, even moreso than running a Tor relay or bridge which are already not particularly risky endeavours. However, it does still proxy traffic through your network which can be impactful in some ways, especially if your network is bandwidth-limited. Make sure you understand [how Snowflake works](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home) before deciding whether to run a proxy.
|
||||||
|
|
||||||
### Terms of Service; Didn't Read
|
|
||||||
|
|
||||||
!!! recommendation
|
|
||||||
|
|
||||||
{ align=right }
|
|
||||||
|
|
||||||
**Terms of Service; Didn't Read** grades websites based on their terms of service agreements and privacy policies. It also gives short summaries of those agreements. The analyses and ratings are published transparently by a community of reviewers.
|
|
||||||
|
|
||||||
[:octicons-globe-16: Website](https://tosdr.org){ .md-button .md-button--primary }
|
|
||||||
[:octicons-eye-16:](https://docs.tosdr.org/sp/tosdr.org-Privacy-Policy.89456373.html){ .card-link title="Privacy Policy" }
|
|
||||||
[:octicons-info-16:](https://docs.tosdr.org/index.html){ .card-link title=Documentation}
|
|
||||||
[:octicons-heart-16:](https://tosdr.org/donate){ .card-link title=Contribute }
|
|
||||||
|
|
||||||
We do not recommend installing ToS;DR as a browser extension; the same information is also provided on their website.
|
|
@ -278,7 +278,7 @@ You can link your SimpleLogin account in the settings with your Proton account.
|
|||||||
|
|
||||||
Notable free features:
|
Notable free features:
|
||||||
|
|
||||||
- [x] 15 Shared Aliases
|
- [x] 10 Shared Aliases
|
||||||
- [x] Unlimited Replies
|
- [x] Unlimited Replies
|
||||||
- [x] 1 Recipient Mailbox
|
- [x] 1 Recipient Mailbox
|
||||||
|
|
||||||
|
@ -23,18 +23,16 @@ For more details about each project, why they were chosen, and additional tips o
|
|||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](desktop-browsers.md)
|
[Learn more :hero-arrow-circle-right-fill:](desktop-browsers.md)
|
||||||
|
|
||||||
**Additional Resources:**
|
### Additional Resources
|
||||||
|
|
||||||
<div class="grid cards annotate" markdown>
|
<div class="grid cards annotate" markdown>
|
||||||
|
|
||||||
- { .twemoji } [uBlock Origin](desktop-browsers.md#ublock-origin)
|
- { .twemoji } [uBlock Origin](desktop-browsers.md#ublock-origin)
|
||||||
- { .twemoji }{ .twemoji } [Snowflake](desktop-browsers.md#snowflake) (1)
|
- { .twemoji }{ .twemoji } [Snowflake](desktop-browsers.md#snowflake) (1)
|
||||||
- { .twemoji } [Terms of Service; Didn't Read](desktop-browsers.md#terms-of-service-didnt-read) (2)
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
1. Snowflake does not increase privacy, however it allows you to easily contribute to the Tor network and help people in censored networks achieve better privacy.
|
1. Snowflake does not increase privacy, however it allows you to easily contribute to the Tor network and help people in censored networks achieve better privacy.
|
||||||
2. We do not recommend installing ToS;DR as a browser extension. The same information is provided on their website.
|
|
||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](desktop-browsers.md#additional-resources)
|
[Learn more :hero-arrow-circle-right-fill:](desktop-browsers.md#additional-resources)
|
||||||
|
|
||||||
@ -43,18 +41,18 @@ For more details about each project, why they were chosen, and additional tips o
|
|||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
- { .twemoji } [Tor Browser (Android)](mobile-browsers.md#tor-browser)
|
- { .twemoji } [Tor Browser (Android)](mobile-browsers.md#tor-browser)
|
||||||
- { .twemoji } [Brave (Android)](mobile-browsers.md#brave-android)
|
- { .twemoji } [Brave (Android)](mobile-browsers.md#brave)
|
||||||
- { .twemoji } [Safari (iOS)](mobile-browsers.md#safari)
|
- { .twemoji } [Safari (iOS)](mobile-browsers.md#safari)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](mobile-browsers.md)
|
[Learn more :hero-arrow-circle-right-fill:](mobile-browsers.md)
|
||||||
|
|
||||||
**Additional Resources**
|
### Additional Resources
|
||||||
|
|
||||||
<div class="grid cards annotate" markdown>
|
<div class="grid cards annotate" markdown>
|
||||||
|
|
||||||
- { .twemoji } [AdGuard for iOS](mobile-browsers.md#adguard-for-ios)
|
- { .twemoji } [AdGuard for iOS](mobile-browsers.md#adguard)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -73,7 +71,7 @@ For more details about each project, why they were chosen, and additional tips o
|
|||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](android.md)
|
[Learn more :hero-arrow-circle-right-fill:](android.md)
|
||||||
|
|
||||||
**Android Apps:**
|
### Android Apps
|
||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
@ -135,13 +133,13 @@ For more details about each project, why they were chosen, and additional tips o
|
|||||||
|
|
||||||
### DNS
|
### DNS
|
||||||
|
|
||||||
**DNS Providers:**
|
#### DNS Providers
|
||||||
|
|
||||||
We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers based on a variety of criteria, such as [Mullvad](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls) and [Quad9](https://quad9.net/) amongst others. We recommend for you to read our pages on DNS before choosing a provider. In many cases, using an alternative DNS provider is not recommended.
|
We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers based on a variety of criteria, such as [Mullvad](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls) and [Quad9](https://quad9.net/) amongst others. We recommend for you to read our pages on DNS before choosing a provider. In many cases, using an alternative DNS provider is not recommended.
|
||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](dns.md)
|
[Learn more :hero-arrow-circle-right-fill:](dns.md)
|
||||||
|
|
||||||
**Encrypted DNS Proxies:**
|
#### Encrypted DNS Proxies
|
||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
@ -153,7 +151,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b
|
|||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](dns.md#encrypted-dns-proxies)
|
[Learn more :hero-arrow-circle-right-fill:](dns.md#encrypted-dns-proxies)
|
||||||
|
|
||||||
**Self-hosted Solutions:**
|
#### Self-hosted Solutions
|
||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
@ -177,7 +175,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b
|
|||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](email.md)
|
[Learn more :hero-arrow-circle-right-fill:](email.md)
|
||||||
|
|
||||||
**Email Aliasing Services:**
|
#### Email Aliasing Services
|
||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
@ -188,7 +186,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b
|
|||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](email.md#email-aliasing-services)
|
[Learn more :hero-arrow-circle-right-fill:](email.md#email-aliasing-services)
|
||||||
|
|
||||||
**Self-Hosting Email:**
|
#### Self-Hosting Email
|
||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
@ -300,7 +298,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b
|
|||||||
|
|
||||||
[Learn more :hero-arrow-circle-right-fill:](encryption.md)
|
[Learn more :hero-arrow-circle-right-fill:](encryption.md)
|
||||||
|
|
||||||
**OpenPGP Clients:**
|
#### OpenPGP Clients
|
||||||
|
|
||||||
<div class="grid cards" markdown>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
|
@ -44,9 +44,9 @@ Find a no-logging VPN operator who isn’t out to sell or read your web traffic.
|
|||||||
|
|
||||||
1. A further 10% is discounted with a 2-year subscription ($119.76).
|
1. A further 10% is discounted with a 2-year subscription ($119.76).
|
||||||
|
|
||||||
??? check annotate "63 Countries"
|
??? check annotate "64 Countries"
|
||||||
|
|
||||||
Proton VPN has [servers in 63 countries](https://protonvpn.com/vpn-servers) (1). Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (fewer hops) to the destination.
|
Proton VPN has [servers in 64 countries](https://protonvpn.com/vpn-servers) (1). Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (fewer hops) to the destination.
|
||||||
|
|
||||||
We also think it's better for the security of the VPN provider's private keys if they use [dedicated servers](https://en.wikipedia.org/wiki/Dedicated_hosting_service), instead of cheaper shared solutions (with other customers) such as [virtual private servers](https://en.wikipedia.org/wiki/Virtual_private_server).
|
We also think it's better for the security of the VPN provider's private keys if they use [dedicated servers](https://en.wikipedia.org/wiki/Dedicated_hosting_service), instead of cheaper shared solutions (with other customers) such as [virtual private servers](https://en.wikipedia.org/wiki/Virtual_private_server).
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ Find a no-logging VPN operator who isn’t out to sell or read your web traffic.
|
|||||||
|
|
||||||
??? info "Additional Functionality"
|
??? info "Additional Functionality"
|
||||||
|
|
||||||
Proton VPN has their own servers and datacenters in Switzerland, Iceland and Sweden. They offer adblocking and known malware domains blocking with their DNS service. Additionally, Proton VPN also offers "Tor" servers allowing you to easily connect to onion sites, but we still strongly recommend using [the official Tor Browser](https://www.torproject.org/) for this purpose.
|
Proton VPN clients support two factor authentication on all platforms except Linux at the moment. Proton VPN has their own servers and datacenters in Switzerland, Iceland and Sweden. They offer adblocking and known malware domains blocking with their DNS service. Additionally, Proton VPN also offers "Tor" servers allowing you to easily connect to onion sites, but we still strongly recommend using [the official Tor Browser](https://www.torproject.org/) for this purpose.
|
||||||
|
|
||||||
### IVPN
|
### IVPN
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ Find a no-logging VPN operator who isn’t out to sell or read your web traffic.
|
|||||||
|
|
||||||
??? info "Additional Functionality"
|
??? info "Additional Functionality"
|
||||||
|
|
||||||
IVPN clients support two factor authentication (Mullvad and Proton VPN clients do not). IVPN also provides "[AntiTracker](https://www.ivpn.net/antitracker)" functionality, which blocks advertising networks and trackers from the network level.
|
IVPN clients support two factor authentication (Mullvad's clients do not). IVPN also provides "[AntiTracker](https://www.ivpn.net/antitracker)" functionality, which blocks advertising networks and trackers from the network level.
|
||||||
|
|
||||||
### Mullvad
|
### Mullvad
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user