data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: tighten guestbook ratelimits

dusk e46aa090 f081a172

+2 -2
+2 -2
src/routes/guestbook/+page.server.ts
··· 15 15 const callbackUrl = `${PUBLIC_BASE_URL}/guestbook/`; 16 16 17 17 const createPostRatelimiter = new RetryAfterRateLimiter({ 18 - IP: [10, 'd'], 19 - IPUA: [5, 'h'] 18 + IP: [5, 'd'], 19 + IPUA: [2, 'h'] 20 20 }); 21 21 22 22 const scopeCookies = (cookies: Cookies) => {