mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
General improvements and fixes
This commit is contained in:
parent
bb1b930eb7
commit
12ad86c206
16
.cspell.json
16
.cspell.json
@ -1,16 +0,0 @@
|
||||
{
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"**/vscode-extension/**",
|
||||
"**/.git/**",
|
||||
"**/.pnpm-lock.json",
|
||||
".vscode",
|
||||
"megalinter",
|
||||
"package-lock.json",
|
||||
"report"
|
||||
],
|
||||
"language": "en",
|
||||
"noConfigSearch": true,
|
||||
"words": ["megalinter", "oxsecurity"],
|
||||
"version": "0.2"
|
||||
}
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,5 +6,3 @@ _site/
|
||||
# Ignore folders generated by Bundler
|
||||
.bundle/
|
||||
vendor/
|
||||
# Ignore megalinter reports
|
||||
megalinter-reports/
|
||||
|
@ -1,4 +1,4 @@
|
||||
## **[Anonymousland](https://anonymousland.org)** v1.08
|
||||
# **[Anonymousland](https://anonymousland.org)** v1.08
|
||||
|
||||
<div align="center">
|
||||
|
||||
@ -6,4 +6,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
Contribute at https://git.anonymousland.org/anonymousland/anonymousland
|
||||
Contribute at https://git.anonymousland.org/anonymousland/anonymousland
|
||||
|
||||
## Contact
|
||||
|
||||
Click (here)[https://matrix.to/#/#lounge:anonymousland.org] to join our Matrix Chatroom and (here)[https://matrix.to/#/#anonymousland:anonymousland.org] to join our Matrix space.
|
@ -17,7 +17,7 @@
|
||||
{% if site.email != null and site.author != null %}
|
||||
<div class="row">
|
||||
<div class="col-sm-8 col-sm-offset-2">
|
||||
Copyright (c) 20{{ site.time | date: '%y' }} {{site.author}} -
|
||||
Public Domain CC0 {{site.author}} -
|
||||
<a href="mailto:{{site.email}}"><{{site.email}}></a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -8,19 +8,4 @@
|
||||
<a href="mailto:{{site.email}}">
|
||||
<i class="fa fa-envelope fa-3x"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site.facebook_username != null %}
|
||||
<a href="https://www.facebook.com/{{site.facebook_username}}" target="_blank">
|
||||
<i class="fa fa-facebook fa-3x"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site.twitter_username != null %}
|
||||
<a href="https://twitter.com/{{site.twitter_username}}" target="_blank">
|
||||
<i class="fa fa-twitter fa-3x"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site.linkedin_id != null %}
|
||||
<a href="https://www.linkedin.com/in/{{site.linkedin_id}}" target="_blank">
|
||||
<i class="fa fa-linkedin fa-3x"></i>
|
||||
</a>
|
||||
{% endif %}
|
@ -42,7 +42,7 @@ Website: [https://qubes-os.org](https://qubes-os.org) <button type="button" clas
|
||||
|
||||
- Avoid using `sleep` on a Qubes system
|
||||
|
||||
- Read all of the Qubes documentation
|
||||
- Read all of the Qubes documentation
|
||||
|
||||
- Frequently visit the Qubes forums
|
||||
|
@ -298,8 +298,8 @@ This is a big deal.
|
||||
|
||||
Often times you will find yourself needing an email address.
|
||||
Creating an anonymous email account will be necessary in some cases.
|
||||
It is best to absolutely avoid commercial services such as Gmail, Outlook and Icloud, these services are not anonymous or even private.
|
||||
Default (Gmail, Icloud, etc.) email providers can read your inbox, and will send your information on government requests.
|
||||
It is best to absolutely avoid commercial services such as Gmail, Outlook and iCloud, these services are not anonymous or even private.
|
||||
Default (Gmail, iCloud, etc.) email providers can read your inbox, and will send your information on government requests.
|
||||
For anonymity, it may be best to utilize Tor for email to help prevent an adversary from obtaining your IP address, and to help prevent fingerprinting.
|
||||
|
||||
Using a web browser to access email allows for malicious javascript to be utilized to capture your credentials along with your mail contents.
|
||||
|
Loading…
Reference in New Issue
Block a user