Block a user
Clean up notification pill (#168)
Fix #170: remove stray bar at bottom of /new page
there is a random bar at the bottom of the new paste page that should not be here
Missing pastes should not return a 404 but should display a "Paste ID not found" message on the main UI
QA passed. Verified on palette-dev (dev image digest ffc5ce80f496d, built from merge commit 269acf1): GET /zzzzzz99 returns HTTP 404 with rendered main UI and a friendly 'Paste ID not found' card…
Fix #170: remove stray bar at bottom of /new page
[LOW] Rate limiter keyed solely by IP: users behind one egress IP share a single create bucket (verified, informational)
Documentation-only resolution (no code changes). Added wiki page 'security' (security.md) documenting: (1) clientIP takes the rightmost X-Forwarded-For entry, so spoofed XFF/X-Real-Ip/True-Client-I…