fix: typo in terms

This commit is contained in:
nate 2026-03-18 20:55:00 +04:00
parent c74e2d3b58
commit 3b79e8d589
1 changed files with 1 additions and 2 deletions

View File

@ -43,12 +43,11 @@
<p class="mb-3">You may not use PingQL to:</p> <p class="mb-3">You may not use PingQL to:</p>
<ul class="space-y-2 list-none"> <ul class="space-y-2 list-none">
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Monitor URLs you aren't authorized to access</li> <li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Monitor URLs you aren't authorized to access</li>
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Send requests that intentionally harm third-party systems</li>
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Conduct or facilitate any illegal activity</li> <li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Conduct or facilitate any illegal activity</li>
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Sending requests that intentionally overload third-party systems</li>
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Create multiple accounts to circumvent free tier limits</li> <li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Create multiple accounts to circumvent free tier limits</li>
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Scrape, crawl, or harvest data from third-party services at scale</li> <li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Scrape, crawl, or harvest data from third-party services at scale</li>
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Distribute, resell, or sublicense access to the service without permission</li> <li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Distribute, resell, or sublicense access to the service without permission</li>
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Attempt to reverse engineer, bypass, or compromise the platform's security</li>
</ul> </ul>
</section> </section>