mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-07-26 02:11:48 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8076365e5 |
@@ -81,7 +81,7 @@
|
|||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"EditorConfig.EditorConfig",
|
"EditorConfig.EditorConfig",
|
||||||
"DavidAnson.vscode-markdownlint",
|
"rvben.rumdl",
|
||||||
"wholroyd.jinja",
|
"wholroyd.jinja",
|
||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
|
|||||||
+14
@@ -0,0 +1,14 @@
|
|||||||
|
[global]
|
||||||
|
disable = ["md013", "md033", "md046", "md026"]
|
||||||
|
|
||||||
|
[md007]
|
||||||
|
indent = 4
|
||||||
|
|
||||||
|
[md010]
|
||||||
|
code_blocks = false
|
||||||
|
|
||||||
|
[md024]
|
||||||
|
siblings_only = true
|
||||||
|
|
||||||
|
[md049]
|
||||||
|
style = "asterisk"
|
||||||
Vendored
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"EditorConfig.EditorConfig",
|
"EditorConfig.EditorConfig",
|
||||||
"DavidAnson.vscode-markdownlint",
|
"rvben.rumdl",
|
||||||
"wholroyd.jinja",
|
"wholroyd.jinja",
|
||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
|
|||||||
Vendored
+1
-1
@@ -91,7 +91,7 @@
|
|||||||
},
|
},
|
||||||
"editor.unicodeHighlight.ambiguousCharacters": true,
|
"editor.unicodeHighlight.ambiguousCharacters": true,
|
||||||
"editor.unicodeHighlight.invisibleCharacters": true,
|
"editor.unicodeHighlight.invisibleCharacters": true,
|
||||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
"editor.defaultFormatter": "rvben.rumdl",
|
||||||
"[yaml]": {
|
"[yaml]": {
|
||||||
"editor.defaultFormatter": "redhat.vscode-yaml",
|
"editor.defaultFormatter": "redhat.vscode-yaml",
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
|
|||||||
@@ -28,13 +28,11 @@ MAGIC Grants is our fiscal host, and their custom, open-source donation platform
|
|||||||
|
|
||||||
<div class="mdx-specialthanks" markdown>
|
<div class="mdx-specialthanks" markdown>
|
||||||
|
|
||||||
[![Power Up Privacy]](https://powerupprivacy.com){ target=_blank title="Power Up Privacy" }
|
[![Power Up Privacy]](https://powerupprivacy.com){ rel=nofollow target=_blank title="Power Up Privacy" }
|
||||||
[![DeleteMe]](https://joindeleteme.com){ target=_blank title="DeleteMe" }
|
[![DeleteMe]](https://joindeleteme.com){ rel=nofollow target=_blank title="DeleteMe" }
|
||||||
[![Cape]](https://www.cape.co){ target=_blank title="Cape" }
|
|
||||||
|
|
||||||
[Power Up Privacy]: ../assets/img/donors/power-up-privacy.webp
|
[Power Up Privacy]: ../assets/img/donors/power-up-privacy.webp
|
||||||
[DeleteMe]: ../assets/img/donors/deleteme.webp
|
[DeleteMe]: ../assets/img/donors/deleteme.webp
|
||||||
[Cape]: ../assets/img/donors/cape.webp
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -85,7 +83,7 @@ You can become an organizational member by reaching out to <info@magicgrants.org
|
|||||||
|
|
||||||
### How are organizational members recognized?
|
### How are organizational members recognized?
|
||||||
|
|
||||||
Organizational members that choose to be recognized publicly are included in our organizational members section (above), and occasionally at other opportunities where appropriate.
|
Organizational members that choose to be recognized publicly are included in our organizational members section (above), and occasionally at other opportunities where appropriate. Organizational member links include the `rel="nofollow"` attribute: We adopted this policy to screen out potential abuse of our program and site to raise the rank of third parties in search algorithms. Unfortunately, this is a growing problem for nonprofits. This was a complex decision since we know many of the sincere supporters behind these companies, but we decided that it was the best choice for us.
|
||||||
|
|
||||||
Organizational members have no ability to influence what content is recommended on the Privacy Guides website. Learn more about our [donation acceptance policy](donation-acceptance-policy.md).
|
Organizational members have no ability to influence what content is recommended on the Privacy Guides website. Learn more about our [donation acceptance policy](donation-acceptance-policy.md).
|
||||||
|
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ SELinux on [Fedora](https://docs.fedoraproject.org/en-US/quick-docs/selinux-gett
|
|||||||
|
|
||||||
Most Linux distributions have an option within its installer for enabling [LUKS](../encryption.md#linux-unified-key-setup) FDE. If this option isn’t set at installation time, you will have to back up your data and re-install, as encryption is applied after [disk partitioning](https://en.wikipedia.org/wiki/Disk_partitioning), but before [file systems](https://en.wikipedia.org/wiki/File_system) are formatted. We also suggest securely erasing your storage device:
|
Most Linux distributions have an option within its installer for enabling [LUKS](../encryption.md#linux-unified-key-setup) FDE. If this option isn’t set at installation time, you will have to back up your data and re-install, as encryption is applied after [disk partitioning](https://en.wikipedia.org/wiki/Disk_partitioning), but before [file systems](https://en.wikipedia.org/wiki/File_system) are formatted. We also suggest securely erasing your storage device:
|
||||||
|
|
||||||
- [Secure Data Erasure :material-arrow-right-drop-circle:](https://www.privacyguides.org/articles/2022/05/25/secure-data-erasure/)
|
- [Secure Data Erasure :material-arrow-right-drop-circle:](https://blog.privacyguides.org/2022/05/25/secure-data-erasure)
|
||||||
|
|
||||||
### Swap
|
### Swap
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user