diff options
fix: make this less wordy
| -rw-r--r-- | src/routes/aup/+page.svelte | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/routes/aup/+page.svelte b/src/routes/aup/+page.svelte index e0fb6b9..66601ae 100644 --- a/src/routes/aup/+page.svelte +++ b/src/routes/aup/+page.svelte @@ -96,9 +96,13 @@ Are you a law enforcement agency and need contact with us? Contact us at <br /><span class="text-sm p-1 bg-black/10">law-enforcement</span>[at]<span class="text-sm p-1 bg-black/10">neobot</span - >[dot]<span class="text-sm p-1 bg-black/10">systems</span><br /> - Note that if you are requesting user data, unless you have a legally valid Durchsuchungsbefehl - (or similar) from the Staatsanwaltschaft, we are very likely to deny any requests - for data belonging to our users. + >[dot]<span class="text-sm p-1 bg-black/10">systems</span>.<br /> + Note that if you are requesting user data, unless we are legally obliged to, + we are very likely to deny any requests user data. + </p> + <p class="mt-2"> + Additionally, note that default installations of VMs are full-disk + encrypted, meaning this data may not be useful. We also don't try to collect + more data than needed for our own operations. </p> </article> |