Requested feature overview description
When initially uploading a post, or when editing an existing post, disallow source URLs that have the blob: scheme in some way.
This might consist of quietly dropping the source, or dropping the source and adding a tag like invalid_source, or even refusing to accept the upload or edit until that URL is removed. It should probably follow whatever existing action (if any) is currently done for an "invalid" source.
Why would it be useful?
.blob: URLs can only ever point to something local to the user's browser (I think); they don't correspond to anything that anyone else can view or download from a server somewhere. About the only useful information they may contain is the top-level site that the image came from.
Disallowing the URL may alert an uploader or editor that they should find a Internet-visible link as a source, rather than a link that is local to their browser.
As an example, this post currently has blob:https://web.telegram.org/35ad76c5-5534-4190-9816-cc561baedb15 as a source. All it really tells you is that the image came from somewhere on Telegram - that's it. If you manually trim off the blob: and try to go to the resulting URL, you get a 404 error from Telegram.
What part(s) of the site page(s) are affected?
The upload page and the "edit" function on each existing post.