mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Add additional articles
This commit is contained in:
parent
1dadc1738e
commit
79d05db279
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user