Add information about warrant canary

This commit is contained in:
2023-09-23 14:41:44 +02:00
parent a4d59c66d2
commit d5b400e1f5
2 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,7 @@ global $language, $dir, $locale;
{"@type": "Question", "name": "<?php echo htmlspecialchars(_('I can\'t receive email, the sender gets an error about TLS')); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php printf(htmlspecialchars(_('Someone tried emailing you from a mail server that doesn\'t support sending emails via encrypted transfer, or is using insecure protocols. This is very unfortunate, because it would leak your email content to anyone on the internet, who can intercept your email before it reaches the destination. You can disable mandatory encryption in your %s, if you still need to receive this email.')), '<a href=\'https://danwin1210.de/mail/manage_account.php\'>'.htmlspecialchars(_('account settings')).'</a>'); ?>"}},
{"@type": "Question", "name": "<?php echo htmlspecialchars(_('I\'m in debt and I need to get money fast. How can I quickly make some money?')); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php printf(htmlspecialchars(_('Becoming rich and clearing your debts is a process that starts in your head. Chances of becoming rich overnight are extremely low, you should rather focus on long term goals. It may take you a few years to become financially free, but everyone can get there, if you are willing to learn and educate yourself. I made an in-depth tutorial about some steps you can take: %s.')), '<a href=\'https://danwin1210.de/tutorials/get-rich-fast/\'>'.htmlspecialchars(_('How to get rich (fast)')).'</a>'); ?>"}},
{"@type": "Question", "name": "<?php echo htmlspecialchars(_('I want to sell my kidney, can you help me?')); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php printf(htmlspecialchars(_('In most countries, selling organs is illegal. So if you succeed in finding a doctor that would agree to take out your organs, and have a buyer, then both of them are risking several years of prison time. For them, it is much safer and easier to kill you while taking your organs, to prevent you from telling anyone, and of course not having to pay you. Your motive is most likely financial gain. However, when you sell your kidney, you can expect to be paid only a fraction of its worth. For a more detailed answer, you may want to read %s.')), '<a href=\'https://en.wikipedia.org/wiki/Organ_trade\'>'.htmlspecialchars(_('this Wikipedia article')).'</a>'); ?>"}},
{"@type": "Question", "name": "<?php echo htmlspecialchars(_('How can I veryify that you are still in control of your server?')); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php printf(htmlspecialchars(_('To make sure your data is safe and I am still in controll of my server, you can verify my %1$s with my %2$s.')), '<a href=\'/canary.txt\' target=\'_blank\'>'.htmlspecialchars(_('warrant canary')).'</a>', '<a href=\'/pgp.txt\' target=\'_blank\'>'.htmlspecialchars(_('PGP key')).'</a>'); ?>"}},
{"@type": "Question", "name": "<?php echo htmlspecialchars(_('I have more Questions.')); ?>", "acceptedAnswer": {"@type": "Answer", "text": "<?php echo '<a href=\'https://danwin1210.de/contact.php\'>'.htmlspecialchars(_('Contact me')).'</a>.'; ?>"}}
]}</script>
</head><body>
@ -112,6 +113,10 @@ global $language, $dir, $locale;
<div class="cell"><?php echo htmlspecialchars(_('I want to sell my kidney, can you help me?')); ?></div>
<div class="cell"><?php printf(htmlspecialchars(_('In most countries, selling organs is illegal. So if you succeed in finding a doctor that would agree to take out your organs, and have a buyer, then both of them are risking several years of prison time. For them, it is much safer and easier to kill you while taking your organs, to prevent you from telling anyone, and of course not having to pay you. Your motive is most likely financial gain. However, when you sell your kidney, you can expect to be paid only a fraction of its worth. For a more detailed answer, you may want to read %s.')), '<a href="https://en.wikipedia.org/wiki/Organ_trade" target="_blank" rel="noopener noreferrer">'.htmlspecialchars(_('this Wikipedia article')).'</a>'); ?></div>
</div>
<div class="row">
<div class="cell"><?php echo htmlspecialchars(_('How can I veryify that you are still in control of your server?')); ?></div>
<div class="cell"><?php printf(htmlspecialchars(_('To make sure your data is safe and I am still in controll of my server, you can verify my %1$s with my %2$s.')), '<a href="/canary.txt" target="_blank">'.htmlspecialchars(_('warrant canary')).'</a>', '<a href="/pgp.txt" target="_blank">'.htmlspecialchars(_('PGP key')).'</a>'); ?></div>
</div>
<div class="row">
<div class="cell"><?php echo htmlspecialchars(_('I have more Questions.')); ?></div>
<div class="cell"><?php echo '<a href="contact.php">'.htmlspecialchars(_('Contact me')).'</a>.'; ?></div>

View File

@ -61,5 +61,7 @@ global $language, $dir, $locale;
<tr><td><a href="https://www.hetzner.com/legal/privacy-policy" target="_blank" rel="noopener noreferrer">Hetzner Online GmbH</a></td><td><?php echo htmlspecialchars(_('Providing server infrastructure and backup storage')); ?></td></tr>
<tr><td><a href="https://www.hosting.de/ueber-uns/datenschutz/" target="_blank" rel="noopener noreferrer">hosting.de GmbH</a></td><td><?php echo htmlspecialchars(_('Providing server infrastructure')); ?></td></tr>
</table>
<h2><?php echo htmlspecialchars(_('9. Warrant canary')); ?></h2>
<p><?php printf(htmlspecialchars(_('To make sure your data is safe and I am still in controll of my server, you can verify my %1$s with my %2$s.')), '<a href="/canary.txt" target="_blank">'.htmlspecialchars(_('warrant canary')).'</a>', '<a href="/pgp.txt" target="_blank">'.htmlspecialchars(_('PGP key')).'</a>'); ?></p>
</main>
</body></html>