Protect your data against global mass surveillance programs.
Go to file
redoomed1 8e51dcb5aa
Tidy up of productivity page (#2548)
fix: Move paste services criteria
feat: language services criteria

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
Signed-off-by: Jonah Aragon <jonah@privacyguides.org>
2024-04-20 04:40:23 +09:30
.cache/plugin/social Remove per-language config files (#2513) 2024-04-10 17:52:14 -05:00
.devcontainer Common Threats: Supply chain attacks (#2467) 2024-04-11 13:07:26 -05:00
.github fix: website build error while downloading crowdin 2024-04-16 22:24:10 -05:00
.vscode Link to mirrors in README (#2507) 2024-04-10 20:22:09 +09:30
docs Tidy up of productivity page (#2548) 2024-04-20 04:40:23 +09:30
includes Add some other contributors (#2554) 2024-04-19 01:13:50 -05:00
modules Enable website development (#2490) 2024-04-06 00:42:52 -05:00
theme Add more contributors (#2529) 2024-04-16 20:12:17 +09:30
.all-contributorsrc Add some other contributors (#2554) 2024-04-19 01:13:50 -05:00
.allowed_signers Enable SSH Git commit signing (#1122) 2022-04-27 16:04:13 -05:00
.editorconfig Stop using Netlify for production hosting (#2472) 2024-04-02 23:56:14 +10:30
.gitattributes MIT License source code (#2096) 2023-03-21 17:21:51 -05:00
.gitignore Add more contributors (#2529) 2024-04-16 20:12:17 +09:30
.gitmodules Link to NPO Radio 1 interview (#2103) 2023-03-27 09:51:11 -05:00
.mailmap Add run.sh script to project (#2517) 2024-04-11 16:11:22 +09:30
.markdownlint.yml Automated PR Testing (#2469) 2024-04-02 23:56:20 +10:30
.python-version Upgrade to Python 3.12 (#2468) 2024-04-01 00:39:12 +10:30
CITATION.cff Add more contributors (#2529) 2024-04-16 20:12:17 +09:30
Dockerfile Add run.sh script to project (#2517) 2024-04-11 16:11:22 +09:30
LICENSE Relicensing: CC BY-SA 4.0 (#2097) 2024-04-15 13:06:28 -05:00
LICENSE-CODE Update license year (#2363) 2024-01-07 07:42:44 +10:30
Pipfile Add run.sh script to project (#2517) 2024-04-11 16:11:22 +09:30
Pipfile.lock Add run.sh script to project (#2517) 2024-04-11 16:11:22 +09:30
README.md Add some other contributors (#2554) 2024-04-19 01:13:50 -05:00
crowdin.yml Enable new mkdocs-material features (#2451) 2024-04-05 21:14:23 +10:30
mkdocs.yml Add more contributors (#2529) 2024-04-16 20:12:17 +09:30
run.sh Add run.sh script to project (#2517) 2024-04-11 16:11:22 +09:30

README.md

Privacy Guides

Your central privacy and security resource to protect yourself online.

About

Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy. Our mission is to inform the public about the value of digital privacy, and global government initiatives which aim to monitor your online activity. We are a non-profit collective operated entirely by volunteer team members and contributors. Our website is free of advertisements and not affiliated with any of the listed providers.

The current list of team members can be found here. Additionally, many people have made contributions to the project, and you can too!

Featured on: Tweakers, The New York Times, and Wired

Contributing

All contributors to the site are listed here. If you have contributed to the website or project, please add yourself to the list or ask @jonaharagon to make the change.

Mirrors

Alternative Networks

[!NOTE] Most hidden service providers are not very extensively used or tested, which is why we strongly recommend Tor. Using other networks could be more likely to endanger your anonymity, so make sure you know what you're doing.

Git Mirrors

GitHub GitLab Codeberg Gitea Forgejo

License

Copyright © 2019 - 2024 Privacy Guides contributors.

Privacy Guides content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International Public License, and the underlying source code used to format and display that content on www.privacyguides.org is licensed under the MIT License.

Generally speaking, content can be found in the /docs, /theme/assets/img and /includes folders; and source code and configuration files can be found in the /config and /theme folders, and in the root of this repository. Any source code snippets contained within documentation files are MIT Licensed. Please contact us if you require clarification on any of these terms.

These licenses do not apply to any work where another license is otherwise noted.

Logos in the /theme/assets/img folder may not be original works of Privacy Guides and therefore cannot be (re)licensed by us. We believe that these logos obtained from third-party providers are either in the public domain or fair use. In a nutshell, legal fair use doctrine allows the use of copyrighted images in order to identify the subject 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. When copying content from this website, you are solely responsible for ensuring that you do not infringe someone else's trademark or copyright.

You may comply with our license terms in any reasonable manner, but not in any way that suggests Privacy Guides endorses you or your use. You may not use the Privacy Guides branding in your own project without express approval from this project. Privacy Guides's brand trademarks include the "Privacy Guides" wordmark and shield logo.

When you contribute to this repository you are doing so under the above licenses, and you are granting Privacy Guides a perpetual, worldwide, non-exclusive, transferable, royalty-free, irrevocable license with the right to sublicense such rights through multiple tiers of sublicensees, to reproduce, modify, display, perform and distribute your contribution as part of our project.

Developing

Open in GitHub Codespaces

Committing to this repository requires signing your commits (git config commit.gpgsign true) unless you are making edits via the GitHub.com text editor interface. As of August 2022 the preferred signing method is SSH commit signatures, but GPG signing is also acceptable. You should add your signing key to your GitHub profile.

With mkdocs-material

  1. Install required packages: pip install mkdocs-material
  2. Run a local preview of the English site: ./run.sh --cmd=mkdocs

With mkdocs-material-insiders

This website uses mkdocs-material-insiders which offers additional functionality over the open-source mkdocs-material project. For obvious reasons we cannot distribute access to the insiders repository.

Team members should clone the repository with mkdocs-material-insiders directly. This method is identical to production:

  1. Clone this repository and submodules: git clone --recurse-submodules https://github.com/privacyguides/privacyguides.org.git
  2. Enable SSH commit verification with our local .allowed_signers file: git config gpg.ssh.allowedSignersFile .allowed_signers
  3. Install Python 3.12.
  4. Install pipenv: pip install pipenv
  5. Install dependencies: pipenv install --dev (install Pillow and CairoSVG as well to generate social cards)
  6. Serve the site locally: ./run.sh --insiders (set CARDS=true to generate social cards)
    • The site will be available at http://localhost:8000
    • You can build the site locally with ./run.sh --insiders --build
    • This version of the site should be identical to the live, production version

If you commit to main with commits signed with your SSH key, you should add your SSH key to .allowed_signers in this repo.

Local Translated Site Builds

  1. Install the Crowdin CLI Tool (brew install crowdin)
  2. Set the CROWDIN_PERSONAL_TOKEN environment variable to your Crowdin personal access token
  3. Run crowdin download in the root of this repo
  4. Serve the site locally: ./run.sh --insiders --lang=fr (replacing fr with the appropriate language in /config)

Translations downloaded from Crowdin are .gitignore'd, so any local changes to the translated site cannot be committed to this repo. Actual modifications need to be made on Crowdin. As an alternative to steps 1-3, you can copy the folders from privacyguides/i18n to the root of this repo to obtain the translated files.

Releasing

It is required to create a GitHub release to publish the current site to privacyguides.org. The current main branch can be previewed at https://main.staging.privacyguides.dev prior to release.

  1. Create a new tag: git tag -s YYYY.MM.DD -m 'Some message'
    • Tag numbering: YYYY.MM.DD - if two+ releases are published on the same day, append short commit sha to next release, e.g. YYYY.MM.DD-6aa14e8
    • Enable GPG tag signing by default (git config tag.gpgSign true) to avoid missing signatures
  2. Push the tag to GitHub: git push --tags
  3. A GitHub Release will be automatically created and deployed to the live site.
    • You may wish to manually check or edit the release changelog/title after it is published for accuracy.

Contributors

Privacy Guides wouldn't be possible without these wonderful people (emoji key):


Jonah Aragon

📖 👀 📆 💻 🚇 🛡️ 📝 🎨 📦 📣 💬 🔬 🚧 🧑‍🏫 🤔 📹 🐛 💼

Daniel Nathan Gray

📖 🧑‍🏫 📆 💬 🔬 👀 🐛 🚧 🤔 🛡️

Freddy

📖 📝 👀 🔬 🚧 🐛 🤔 💬

Niek de Wilde

📖 🐛 🔬 👀 🚇 💬 🤔 📝 🔊

hook9

📖 🔬 👀 🤔

Aminda Suomalainen ⚧

📖 👀 🤔 🔬 💬 📆

nitrohorse

📖 👀 🤔 📝

Dawid Potocki

📖 👀 🤔 🎨 🔬

Dale E. Wingard, Jr.

📖 👀 🤔 🔬

Kewde

📖 💻 🔬

Vince

📖 💻 🔬

shifterovich2

📖 💻 🔬

mfwmyfacewhen
📖 🤔 👀 🔬 💬

Tommy

📖 👀 🔬 💬

Kai Tebay

🤔 📖 🔬 💻

matchboxbananasynergy

📖 🔬 🤔 👀 📝

GitHub Actions

🚇

Netlify

🚇

Dependabot

💻 🚇

Hetzner Cloud

🚇

Cloudflare

🚇

Open Collective

💼

Safing

💵

Dan Arel

📝 📖 🔬

Techlore

💵

elitejake

📖

samsepi0l

📖

rollsicecream

📖 💬 🌍 👀

Henry Fisher

📖

Nate Bartram

📝

Sam Howell

📝

asddsaz

📖

Hugo Costa

📖

C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N

📖

Alberto Strappazzon

📖

Victorhck

📖

Tai Lam

📖

NinebitX

📖

Alexander Antukh

📖

Gusted

📖

redoomed1

📖 👀

Offpics

📖

kimg45

📖

djoate

📖

afighttilldeath

📖

Paul Verbeke

📖 🌍 🐛 🧑‍🏫

Mitchell Cash

📖

NeverDucky

📖

efb4f5ff-1298-471a-8973-3d47447115dc

📖

Stephen Karl Larroque

📖

0rdinant

📖

Zenithium

📖

Jordan Gwyn

📖

Guru

📖

datoshkr

📖

Kcchouette

📖

Jacob Neplokh

📖

Leonardo Mazzon

📖

Andrew Chong

📖

Wok

📖

nopeitsnothing

📖

Lynn Stephenson

📖

Cory Solovewicz

📖

noClaps

📖

Brian

📖

SkewedZeppelin

📖 💬

Arcadius3D

📖

vpnarea

📖

namazso

📖 💬

cYDN48

📖

gjhklfdsa

📖

Pavel Zolotarevskiy

📖

quiddity-wp

📖

Nikhil Jha

📖

Subatomic Honda Civic

📖

ticklemyIP

📖

jermanuts

📖

conorohiggins

📖

TechFanTheo

📖

Ryan Taylor

📖

Positron832

📖

JustLuckNoSkill

📖

Arkadiy

📖

Jack Chou

📖

ave

📖

Boo

📖

IDKwhattoputhere

📖

idkrn

📖

ggg27

📖

WalterKlosse

📖

Tom Hacohen

📖

Paul Feuvraux

📖

Scott Bennett

📖

Federico Ariel Castagnini

📖

jslawler-gh

📖

spaceoden

📖

xe3

📖

Andrew Morgan

📖

Caleb King

📖

Eduardo

📖

NafeezJS

📖

Sloofy

📖

Sam Schlinkert

📖

Gabor Luk

📖

DeiAsPie

📖

Davide Taviani

📖

spanishharlem

📖

Jacob Gonzales

📖

Kaede

📖

LABB

📖

Raviu8

📖

Peter Dave Hello

📖

Rose

📖

Oskar Sharipov

📖

Samuel Lucas

📖

NylaTheWolf

📖

Matthew Davis

📖

Mark Cohen

📖

Mad Scientist

📖

Maarten

📖

William Davis

📖

William Thomas Wilkins

📖

wylel

📖

Will Browning

📖

Yi Cao

📖

Yusuf Daglioglu

📖

Zack

📖

ZH王

📖

ansuz

📖

archeite

📖

asdfghjz

📖

ayaen

📖

b-harper

📖

Loic Vourch

📖

crasm

📖

eagerto-learn

📖

egecelikci

📖

elleybean

📖

Evan Song

📖

pynixis

📖

Seirdy

📖

Ryan Huang

📖

Sascha P.

📖

Securified

📖

Sergey Musiyenko

📖

Spydar007

📖

Steven Bach

📖

Steven Lehn

📖

Steven van de Graaf

📖

Sven Kortekaas

📖

Tejas Gupta

📖

Tebowy Seba

📖

Ted Gravlin

📖

TheFrenchGhosty

📖

TheNoobWar

📖

Thomas Rientjes

📖

Tim Vergenz

📖

Tom Sullivan

📖

Tony Tan

📖

TroubleDog54

📖

User486375

📖

Nicholas Christensen

📖

oppressor1761

📖

pbbob

📖

pdjpdjpdj

📖

Stella Polaris

📖 🔬 📣 💬

regaldude

📖

rusty-snake

📖

sacha

📖

schwukas

📖

sh-dv

📖

szTheory

📖

Thunderbolt Digital

📖

E. S. Leonesco

📖

titanism

📖

tomac4t

📖

virustotalop

📖

wintr

📖

xelarate86

📖

yeoneer

📖

foxt

📖

Freddie

📖

ghbjklhv

📖

Raymond Hill

📖

luke crouch

📖

fd1f744993de14178e6c

📖

habitualname

📖

hook

📖

nein

📖

jkhgvfgvsth

📖

joaonsg

📖

johnnyburnaway

📖

jus9

📖

kc1212

📖

kryptish

📖

m3t

📖

macau23

📖

mat1th

📖

MWM

📖

Michael Plews

📖

moritztk

📖

Aaron Horler

📖

Commenter

📖

Cédric Laubacher

📖

Daniel Peukert

📖

David Breese

📖

Dimitris Apostolou

📖

Dyrimon

📖

Ikel Atomig

📖

Elias Ojala

📖

Feni Brian

📖

Filip Š

📖

Felix Albroscheit

📖

GReagle

📖

Gamma

📖

GetBoz

📖

GrimPixel

📖

Guillem L. Jara

📖

HxxxxxS

📖

Himanshu Chandola

📖

Issam Maghni

📖

ItsDonny

📖

Abdullah Atta

📖

Adam Sroka

📖

criadoperez

📖

Alex Amiryan

📖

Alex Shoup

📖

Alex Thomassen

📖

Amolith

📖

Andrea Scarpino

📖

Armando Lüscher

📖

Ash T

📖

Bernd Eichelberger

📖

BionicBison05

📖

Brent Gervais

📖

Brian Cooper

📖

Caboose700

📖

Cadel Watson

📖

trosel

📖

Carl

📖

Chad Birch

📖

Chris Barry

📖

Júlio Ferraz

📖

Jack Hill

📖

Mathias Oterhals Myklebust

📖

Mats Estensen

📖

Matt Baer

📖

Mehdi Chaouch

📖

Mike Perrone

📖

Mitch Wilkins

📖

Mo

📖

Morten Linderud

📖

natzim

📖

Douglas

📖

Nick

📖

NielDB

📖

Nihal Raj

📖

Noah

📖

Panagiotis "Ivory" Vasilopoulos

📖

Patrick R

📖

Fart Attorney

📖

Pilou

📖

PoorPockets McNewHold

📖 🌍

PrinceKael

📖

Richard

📖

Jaden Site

📖

Jake Zeal

📖

James Kerrane

📖

Sell

📖

YMHuang

📖

Jonathan Vansina

📖

jorgeluiscarrillo

📖

Julian

📖

Kefaku

📖

Kevin Brennan

📖

Kyle Spearrin

📖

Leon Allen

📖

LisaWilbourn

📖

Lord Shedy

📖

Louis Wolfers

📖

Lunush

📖

MMR

📖

Mads Peter Rommedahl

📖

Manuel Quarneti

📖

Marco Menzel

📖

Mario

📖

skye

💬

r2fo

🌍

LamTrinh.Dev

📖 🐛 💬

frostlike

💬

Merlin Scholz

🌍

jordan warne

📖

Dženan

🌍
Add your contributions

This project follows the all-contributors specification. Contributions of any kind welcome, including contributions to Privacy Guides outside of this repo, and contributions that aren't content related (like sharing ideas for Privacy Guides, promoting the project, answering questions on the forum, etc.).

CLI to generate this table:

npx --package all-contributors-cli -- npx all-contributors generate

CLI to add a contributor:

npx --package all-contributors-cli -- npx all-contributors add <username> <contribution>

See this table for valid contribution reasons, comma-separated. Do not use the content code for contributors to the website, use docs instead (this way it will automatically link to their commits). Example:

npx --package all-contributors-cli -- npx all-contributors add jonaharagon docs,research,question