mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-18 12:08:48 +00:00
23 lines
640 B
Plaintext
23 lines
640 B
Plaintext
//- Needs isProxyNetwork
|
|
|
|
include includes/error.pug
|
|
|
|
doctype html
|
|
html
|
|
head
|
|
title= `Quota reached | Bibliogram`
|
|
include includes/head
|
|
body.error-page
|
|
+error(429, "Quota reached", true)
|
|
| Each person has a limited number of requests to Bibliogram.
|
|
| You have reached that limit. You cannot load any more data on this instance.
|
|
| Your quota will reset automatically after some time has passed.
|
|
if isProxyNetwork
|
|
|
|
|
|
|
|
| However, this website has detected that you are using a proxy network, like Tor or a VPN.
|
|
| To prevent bot abuse, all users on proxy networks share the same request quota.
|
|
|
|
|
|
|
|
|
|