mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 00:25:59 +03:00
[GH-ISSUE #190] Burnt after preview #114
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @listiges-kaenguru on GitHub (Dec 7, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/190
Hi,
when sending links via Teams, WhatsApp, Signal,... the link is burnt before clicking it. I think it might be because of the loading preview.
Any idea for that?
@matze commented on GitHub (Dec 7, 2025):
Pretty much my suspicion as well. But there is hardly anything I could do. These services might send a query parameter with the request which I could use to prevent deleting the paste but it's a) playing whack-a-mole and b) technically the paste was read.
@monstermuffin commented on GitHub (Dec 23, 2025):
This seems to be working as designed and is very common when using burn after reading.
For example, sending someone a password push via teams will invalidate the link once it's crawled for preview.
The usual 'fix' is to wrap the URL with
<>so that a preview will not be generated if the platform supports that. You can wrap in backticks otherwise to format as code, alternatively only allowing 2 reads of possible also works.