bastebin/templates
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
..
404.html Initial commit — Bastebin 2026-03-26 14:44:36 +00:00
410.html Initial commit — Bastebin 2026-03-26 14:44:36 +00:00
admin_dashboard.html feat: burn-after-read (self-destruct) paste option 2026-05-16 12:31:47 +01:00
admin_login.html Implement user deletion tokens, admin panel, and security hardening 2026-03-31 12:05:06 +01:00
base.html Add missing CSP nonces to scripts; fix Nginx static path for remote server 2026-03-27 16:14:17 +00:00
index.html fix: burn-after-read creator bypass — show share panel instead of navigating 2026-05-16 12:49:44 +01:00
raw_decryptor.html Remove 'Never' expiry (1-year max) and fix Raw blob URL issue 2026-03-28 01:00:52 +00:00
recent.html Comprehensive security & reliability audit: hardened CSP, fixed vulnerabilities, improved theme management, and added line numbers toggle. 2026-03-27 15:22:53 +00:00
view.html feat: burn-after-read (self-destruct) paste option 2026-05-16 12:31:47 +01:00