Conversation

The solution would be for the app developers to stop using a feature inherently requiring that URLs are automatically read from the clipboard. Apple added an API to detect if the clipboard contains URL-like data but that's hardly a solution. It just reduces how often it happens.
1
1
If there's genuinely a use case for programmatic access to the clipboard outside of a keyboard (clipboard manager), it could be handled via a permission that's rarely needed. This is how it works for web sites. There's hardly ever an actual reason to do more than the system UI.
2