bastebin/static/js
Antigravity d5a9efd285 fix: burn-after-read creator bypass — show share panel instead of navigating
When a paste is created with burn_after_read enabled, redirect to the
paste view was consuming the burn before the recipient could open it.

Fix: after creating a burn paste, the creator never navigates to the
view page. Instead, paste_create.js swaps the editor for a centered
'Burn link ready' share panel showing the full URL (with key fragment)
pre-selected in a monospace input and a Copy button. The editor and nav
controls are hidden. A 'Create another' link returns to a fresh editor.

The first person to actually open the URL is always the intended
recipient, who triggers the burn as designed.
2026-05-16 12:49:44 +01:00
..
app.js Fix the clear button and improve rate limiting 2026-03-27 16:04:26 +00:00
crypto.js feat: burn-after-read (self-destruct) paste option 2026-05-16 12:31:47 +01:00
paste_create.js fix: burn-after-read creator bypass — show share panel instead of navigating 2026-05-16 12:49:44 +01:00
paste_view.js feat: burn-after-read (self-destruct) paste option 2026-05-16 12:31:47 +01:00