mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-12-27 08:09:44 -05:00
Merge branch 'main' into main
This commit is contained in:
commit
380de48fad
@ -6,6 +6,30 @@ permalink: /changelog
|
||||
|
||||
---
|
||||
|
||||
# v1.09
|
||||
|
||||
- Updated headers on ``/tools``
|
||||
|
||||
- Added disclaimer to ``/guide``
|
||||
|
||||
- Added Qubes best practices to ``/qubes``
|
||||
|
||||
- Added Whonix section to ``/qubes``
|
||||
|
||||
- New ``/transparency`` page
|
||||
|
||||
- New guide listed on ``/qubes``
|
||||
|
||||
- New content for the "Mobile" section on ``/guide``
|
||||
|
||||
- Improved README
|
||||
|
||||
- Revised ``/services`` page
|
||||
|
||||
- Updated naming scheme for files
|
||||
|
||||
- New articles added
|
||||
|
||||
# v1.08
|
||||
|
||||
- New Paste service
|
||||
|
@ -44,6 +44,8 @@ For news
|
||||
|
||||
Articles and stories related to technology, security or privacy
|
||||
|
||||
- [Roomba AI Data Privacy](https://www.technologyreview.com/2022/12/19/1065306/roomba-irobot-robot-vacuums-artificial-intelligence-training-data-privacy/)
|
||||
|
||||
- [Your smartphone could recognize you by the way you hold it](https://www.newscientist.com/article/2334048-your-smartphone-could-recognise-you-just-by-the-way-you-hold-it/)
|
||||
|
||||
- [Intel thinks AI knows what students think and feel](https://www.protocol.com/enterprise/emotion-ai-school-intel-edutech)
|
||||
|
@ -279,6 +279,10 @@ echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.s
|
||||
|
||||
#### Guides
|
||||
|
||||
- [Advanced Browser Fingerprinting](https://forum.qubes-os.org/t/advanced-browser-fingerprinting/12379)
|
||||
|
||||
- [Monero Wallet Isolation](https://forum.qubes-os.org/t/monero-wallet-daemon-isolation-with-qubes-whonix/1121)
|
||||
|
||||
- [Fom’s giant list of Qubes OS workarounds, tweaks and shenanigans](https://forum.qubes-os.org/t/fom-s-giant-list-of-qubes-os-workarounds-tweaks-and-shenanigans/15162)
|
||||
|
||||
- [Fully ephemeral dispvms](https://forum.qubes-os.org/t/fully-ephemeral-dispvms/12030)
|
||||
|
@ -31,22 +31,12 @@ Your account *can* be suspended if you take part in any sort of malicious activi
|
||||
|
||||
## __Privacy & Security policy__
|
||||
|
||||
The following nginx headers are set on Synapse:
|
||||
|
||||
```
|
||||
proxy_set_header X-Forwarded-For 0.0.0.0;
|
||||
proxy_set_header X-Real-IP 0.0.0.0;
|
||||
proxy_set_header X-Forwarded-Host 0.0.0.0;
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
### Matrix
|
||||
|
||||
- Registration is open, if abuse takes place, registration will turn to an invite-only system.
|
||||
|
||||
- Registered users are automatically joined into the lounges, this is to help prevent abuse!
|
||||
|
||||
- Guest access is currently enabled, and will be disabled if abuse takes place.
|
||||
|
||||
- Moderation is done via ``mjolnir``, let us keep this ban list to a minimum.
|
||||
@ -67,6 +57,14 @@ proxy_set_header X-Forwarded-Host 0.0.0.0;
|
||||
|
||||
- `MSC2285` is enabled
|
||||
|
||||
The following nginx headers are set:
|
||||
|
||||
```
|
||||
proxy_set_header X-Forwarded-For 0.0.0.0;
|
||||
proxy_set_header X-Real-IP 0.0.0.0;
|
||||
proxy_set_header X-Forwarded-Host 0.0.0.0;
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## __Policies__
|
||||
|
2
index.md
2
index.md
@ -28,7 +28,7 @@ description: A fun happy place.
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<button type="button" class="btn btn-lg btn-default"><a href="./changelog"><i class="fa fa-clipboard" aria-hidden="true"></i> Changelog v1.0.8</a></button>
|
||||
<button type="button" class="btn btn-lg btn-default"><a href="./changelog"><i class="fa fa-clipboard" aria-hidden="true"></i> Changelog v1.0.9</a></button>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user