Can I alter the block editor’s paste text behavior?

This is apparently Gutenberg bug 24895.

The problem being that Hello: is a well-formed URI scheme, so WP shouldn’t rely on new URL() alone to recognize a pasted link.

new URL('Hello: world');