update: tos
This commit is contained in:
parent
5be1f85365
commit
6beb7f8039
|
|
@ -1,15 +0,0 @@
|
|||
# web
|
||||
|
||||
To install dependencies:
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.3.10. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|
||||
|
|
@ -1 +0,0 @@
|
|||
console.log("Hello via Bun!");
|
||||
|
|
@ -42,9 +42,9 @@
|
|||
<h2 class="text-lg font-semibold text-white mb-2">3. Prohibited Use</h2>
|
||||
<p class="mb-3">You may not use PingQL to:</p>
|
||||
<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 don't own or 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> Conduct or facilitate any illegal activity</li>
|
||||
<li class="flex gap-3"><span class="text-red-400 shrink-0 font-mono">✕</span> Launch denial-of-service attacks or intentionally overload third-party systems</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> 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue