mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
2db8c40c02
* Add Resolve-DnsName * Add Resolve-DnsName to Contributing and Issue Template * Remove dig and Resolve-DnsName hyperlinks
70 lines
2.7 KiB
Markdown
70 lines
2.7 KiB
Markdown
# Contributing Guidelines
|
|
|
|
Please read this before contributing.
|
|
|
|
## Rules
|
|
|
|
- Be nice and respectful.
|
|
- English only.
|
|
- Be constructive.
|
|
|
|
## Quality over Quantity
|
|
|
|
We're trying to keep it simple and promote the best tools, not all of them.
|
|
|
|
## Software Criteria
|
|
### Main
|
|
- Easy to use. Could your mother use that tool or service? Usability is most important.
|
|
- Cross-platform / Accessible.
|
|
- Privacy respecting.
|
|
- Open Source / free software is preferred but not required.
|
|
- Must list source code in [source_code.md](https://github.com/privacytoolsIO/privacytools.io/blob/master/source_code.md) (if applicable)
|
|
- Prioritize Products without Vendor Lock-in (decentralized/self-hostable) or data interoperability.
|
|
|
|
There can be exceptions if no software is available that meet the criteria.
|
|
|
|
Note: This criteria applies to all of privacytools.io
|
|
### Providers
|
|
- Prioritize Products by privacy respecting nationality.
|
|
|
|
### DNS
|
|
|
|
- supports DoH or DoT (We love DNSCrypt, but there is already https://github.com/DNSCrypt/dnscrypt-resolvers which is directly supported by dnscrypt-proxy, so we don't consider useful to list providers only supporting it).
|
|
- supports DNSSEC (https://dnssec.vs.uni-due.de/ can test your current DNS provider).
|
|
- doesn't log IP addresses during normal operation (If your suggestion logs, please compare its privacy policy with other servers on our table that keep logs).
|
|
- preferably supports QNAME minimization (if you have access to the dig command, `dig +short txt qnamemintest.internet.nl` or `Resolve-DnsName -Type TXT -Name qnamemintest.internet.nl` if you are on Windows 10)
|
|
|
|
### VPN
|
|
- Prioritize Products by privacy respecting nationality.
|
|
- Cannot be based in USA or UK.
|
|
- Must be acessable via free software (i.e OpenVPN, WireGuard)
|
|
- Use Encryption
|
|
- Accept Cryptocurrency
|
|
- No logging policy
|
|
|
|
### Email
|
|
- Outside of USA
|
|
- Support SMTP SSL
|
|
- Accessable Using Free Software (i.e IMAP)
|
|
|
|
### Hardware
|
|
- Must be [H-Node Class A](https://h-node.org/wiki/page/en/compatibility-classes) or Equivlant (if applicable)
|
|
- Must prioritize hardware certifications like [RYF](https://ryf.fsf.org/), [OSHWA](https://certification.oshwa.org/), and OSI when avalible.
|
|
- Cannot lock users to a particular platform.
|
|
|
|
### Software
|
|
- Must be able to download over encrypted network (can be a mirror)
|
|
- Must be free software
|
|
|
|
### Encryption
|
|
- Only verifiable encryption is to be trusted
|
|
|
|
### OSes
|
|
- Must state if recommends, depends on, or offers non-free software (contrib)
|
|
- No Tracking Policy (opt-in analytics is ok)
|
|
|
|
## Images
|
|
|
|
- Provider logos are 200px x 70px ([example](https://www.privacytools.io/assets/img/provider/AirVPN.png))
|
|
- Tool logos are 120px x 120px ([example](https://www.privacytools.io/assets/img/tools/ChatSecure.png))
|