General improvements and fixes

This commit is contained in:
NebulaOnion 2022-12-20 19:52:19 +00:00
parent bb1b930eb7
commit 12ad86c206
No known key found for this signature in database
GPG Key ID: B23A333C69C01FA4
11 changed files with 10 additions and 39 deletions

View File

@ -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
View File

@ -6,5 +6,3 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/
# Ignore megalinter reports
megalinter-reports/

View File

@ -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.

View File

@ -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}}">&lt;{{site.email}}&gt;</a>
</div>
</div>

View File

@ -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 %}

View File

@ -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

View File

@ -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.