1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-30 15:19:10 +00:00

style: Use correct format for buttons

This commit is contained in:
2026-05-18 17:32:55 -05:00
parent 7dda698d6a
commit 52d2965b0b
34 changed files with 158 additions and 104 deletions
+2 -1
View File
@@ -299,7 +299,8 @@ graph TB
Encrypted DNS with a third party should only be used to get around redirects and basic [DNS blocking](https://en.wikipedia.org/wiki/DNS_blocking) when you can be sure there won't be any consequences, or you're interested in a provider that does some rudimentary filtering.
[List of recommended DNS servers](../../../tools/services/dns/index.md){ .md-button }
[List of recommended DNS servers](../../../tools/services/dns/index.md)
{ .pg:buttons }
## What is DNSSEC?
+2 -1
View File
@@ -74,7 +74,8 @@ With cryptocurrency there are two forms of wallets: custodial wallets and self-c
Acquiring [cryptocurrencies](../../../tools/software/cryptocurrency/index.md) like Monero privately can be difficult. P2P marketplaces (platforms which facilitate trades between people) are one option, though the user experience typically suffers. If using an exchange which requires KYC is acceptable for you as long as subsequent transactions can't be traced, it's much easier to purchase Monero on a centralized exchange or purchase Bitcoin/Litecoin from a KYC exchange which can then be swapped for Monero. Then, you can withdraw the purchased Monero to your own self-custody wallet to use privately from that point forward.
[Recommended places to buy Monero](../../../tools/software/cryptocurrency/index.md#buying-monero){ .md-button }
[Recommended places to buy Monero](../../../tools/software/cryptocurrency/index.md#buying-monero)
{ .pg:buttons }
If you go this route, make sure to purchase Monero at different times and in different amounts than where you will spend it. If you purchase $5000 of Monero at an exchange and make a $5000 purchase in Monero an hour later, those actions could potentially be correlated by an outside observer regardless of which path the Monero took. Staggering purchases and purchasing larger amounts of Monero in advance to later spend on multiple smaller transactions can avoid this pitfall.
+6 -5
View File
@@ -12,11 +12,12 @@ description: Tor is a free to use, decentralized network designed for using the
Tor works by routing your internet traffic through volunteer-operated servers instead of making a direct connection to the site you're trying to visit. This obfuscates where the traffic is coming from, and no server in the connection path is able to see the full path of where the traffic is coming from and going to, meaning even the servers you are using to connect cannot break your anonymity.
[:octicons-home-16:](https://torproject.org){ .card-link title=Homepage }
[:simple-torbrowser:](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion){ .card-link title="Onion Service" }
[:octicons-info-16:](https://tb-manual.torproject.org){ .card-link title=Documentation}
[:octicons-code-16:](https://gitlab.torproject.org/tpo/core/tor){ .card-link title="Source Code" }
[:octicons-heart-16:](https://donate.torproject.org){ .card-link title=Contribute }
[:octicons-home-16:](https://torproject.org)
[:simple-torbrowser:](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion)
[:octicons-info-16:](https://tb-manual.torproject.org)
[:octicons-code-16:](https://gitlab.torproject.org/tpo/core/tor)
[:octicons-heart-16:](https://donate.torproject.org)
{ .pg:buttons }
## Safely Connecting to Tor
@@ -35,7 +35,8 @@ The most common way to create a new account is by an email address and password.
You will be responsible for managing your login credentials. For added security, you can set up [MFA](../multi-factor-authentication/index.md) on your accounts.
[Recommended password managers](../../../tools/software/passwords/index.md){ .md-button }
[Recommended password managers](../../../tools/software/passwords/index.md)
{ .pg:buttons }
#### Email aliases
@@ -43,7 +44,8 @@ If you don't want to give your real email address to a service, you have the opt
Should a service get hacked, you might start receiving phishing or spam emails to the address you used to sign up. Using unique aliases for each service can assist in identifying exactly what service was hacked.
[Recommended email aliasing services](../../../tools/services/email-aliasing/index.md){ .md-button }
[Recommended email aliasing services](../../../tools/services/email-aliasing/index.md)
{ .pg:buttons }
### "Sign in with..." (OAuth)
+3 -1
View File
@@ -69,7 +69,9 @@ Some threats can't be protected against by your internal components alone. Many
Hardware keys are devices that use strong cryptography to authenticate you to a device or account. The idea is that because they can not be copied, you can use them to secure accounts in such a way that they can only be accessed with physical possession of the key, eliminating many remote attacks.
[Recommended Hardware Keys :material-arrow-right-drop-circle:](../../../tools/hardware/security-keys/index.md){ .md-button .md-button--primary } [Learn More about Hardware Keys :material-arrow-right-drop-circle:](../multi-factor-authentication/index.md#hardware-security-keys){ .md-button }
[Recommended Hardware Keys :material-arrow-right-drop-circle:](../../../tools/hardware/security-keys/index.md)
[Learn More about Hardware Keys :material-arrow-right-drop-circle:](../multi-factor-authentication/index.md#hardware-security-keys)
{ .pg:buttons }
### Camera/Microphone
@@ -111,7 +111,8 @@ If you have to use email for MFA, make sure that the email account itself is sec
If you use SMS MFA, use a carrier who will not switch your phone number to a new SIM card without account access, or use a dedicated VoIP number from a provider with similar security to avoid a [SIM swap attack](https://en.wikipedia.org/wiki/SIM_swap_scam).
[MFA tools we recommend](../../../tools/software/multi-factor-authentication/index.md){ .md-button }
[MFA tools we recommend](../../../tools/software/multi-factor-authentication/index.md)
{ .pg:buttons }
## More Places to Set Up MFA
@@ -148,7 +148,8 @@ The best way to store your passwords is by using a password manager. They allow
There are many good options to choose from, both cloud-based and local. Choose one of our recommended password managers and use it to establish strong passwords across all of your accounts. We recommend securing your password manager with a [diceware passphrase](#diceware-passphrases) comprised of at least seven words.
[List of recommended password managers](../../../tools/software/passwords/index.md){ .md-button }
[List of recommended password managers](../../../tools/software/passwords/index.md)
{ .pg:buttons }
> [!IMPORTANT]
> When using [TOTP codes as multifactor authentication](../multi-factor-authentication/index.md#time-based-one-time-password-totp), the best security practice is to keep your TOTP codes in a [separate app](../../../tools/software/multi-factor-authentication/index.md).
+4 -2
View File
@@ -7,7 +7,8 @@ description: Virtual Private Networks shift risk away from your ISP to a third-p
Virtual Private Networks are a way of extending the end of your network to exit somewhere else in the world.
[:material-movie-open-play-outline: Video: Do you need a VPN?](https://www.privacyguides.org/videos/2024/12/12/do-you-need-a-vpn){ .md-button }
[:material-movie-open-play-outline: Video: Do you need a VPN?](https://www.privacyguides.org/videos/2024/12/12/do-you-need-a-vpn)
{ .pg:buttons }
Normally, an ISP can see the flow of internet traffic entering and exiting your network termination device (i.e. modem). Encryption protocols such as HTTPS are commonly used on the internet, so they may not be able to see exactly what you're posting or reading, but they can get an idea of the [domains you request](../../advanced/dns-overview/index.md#why-shouldnt-i-use-encrypted-dns).
@@ -78,7 +79,8 @@ Most VPN services are owned by the same [few companies](https://vpnpro.com/blog/
You should also be wary that many VPN review sites are merely advertising vehicles open to the highest bidder. <mark>Privacy Guides does not make money from recommending external products, and never uses affiliate programs.</mark>
[Our VPN Recommendations](../../../tools/services/vpn/index.md){ .md-button }
[Our VPN Recommendations](../../../tools/services/vpn/index.md)
{ .pg:buttons }
## Modern VPN Alternatives
@@ -32,7 +32,8 @@ Many people get the concepts of **privacy**, **security**, and **anonymity** con
All of these concepts overlap, but it is possible to have any combination of these. The sweet spot for most people is when all three of these concepts overlap. However, it's trickier to achieve than many initially believe. Sometimes, you have to compromise on some of these, and that's okay too. This is where **threat modeling** comes into play, allowing you to make informed decisions about the [software and services](../../../tools/_index.md) you use.
[:material-book-outline: Learn More About Threat Modeling](../threat-modeling/index.md){ .md-button }
[:material-book-outline: Learn More About Threat Modeling](../threat-modeling/index.md)
{ .pg:buttons }
## Privacy vs. Secrecy
+6 -4
View File
@@ -9,11 +9,13 @@ robots: nofollow, max-snippet:-1, max-image-preview:large
The **Android Open Source Project** is a secure mobile operating system featuring strong [app sandboxing](https://source.android.com/security/app-sandbox), [Verified Boot](https://source.android.com/security/verifiedboot) (AVB), and a robust [permission](https://developer.android.com/guide/topics/permissions/overview) control system.
[:octicons-home-16:](https://source.android.com){ .card-link title=Homepage }
[:octicons-info-16:](https://source.android.com/docs){ .card-link title=Documentation}
[:octicons-code-16:](https://cs.android.com/android/platform/superproject/main){ .card-link title="Source Code" }
[:octicons-home-16:](https://source.android.com)
[:octicons-info-16:](https://source.android.com/docs)
[:octicons-code-16:](https://cs.android.com/android/platform/superproject/main)
{ .pg:buttons }
[Our Android Advice :material-arrow-right-drop-circle:](../../../tools/os/android/_index.md){ .md-button .md-button--primary }
[Our Android Advice :material-arrow-right-drop-circle:](../../../tools/os/android/_index.md)
{ .pg:buttons }
## Security Protections
+2 -1
View File
@@ -7,7 +7,8 @@ description: Linux is an open-source, privacy-focused desktop operating system a
Our website generally uses the term “Linux” to describe **desktop** Linux distributions. Other operating systems which also use the Linux kernel such as ChromeOS, Android, and Qubes OS are not discussed on this page.
[Our Linux Recommendations :material-arrow-right-drop-circle:](../../../tools/os/desktop/index.md){ .md-button }
[Our Linux Recommendations :material-arrow-right-drop-circle:](../../../tools/os/desktop/index.md)
{ .pg:buttons }
## Security Notes