lbry.com/view/template/page/canary.php
2022-03-01 09:35:41 -05:00

27 lines
1.1 KiB
PHP

<?php Response::setMetaDescription('LBRY\'s warrant canary page') ?>
<main class="ancillary">
<section class="hero hero--half-height">
<div class="inner-wrap inner-wrap--center-hero">
<h1>LBRY Warrant Canary</h1>
</div>
</section>
<section>
<div class="inner-wrap">
<p>Through Mar 1st, 2022, LBRY has received:</p>
<ul>
<li>Zero National Security Letters</li>
<li>Zero Foreign Intelligence Surveillance Court orders</li>
<li>Zero gag orders that prevent us from stating we have received legal process seeking user or visitor information.</li>
</ul>
<p>The date on this page will be updated every 3 months.</p>
<p>You can view the source code and revision history of this page <a href="https://github.com/lbryio/lbry.com/commits/master/view/template/page/canary.php" class="link-primary">here</a>.</p>
<p>To receive an automated update when this file changes, try <a href="http://www.changedetection.com/" class="link-primary">changedetection.com</a>.</p>
</div>
</section>
</main>