I think what the OP wants is to prevent users from pasting any link in the post and not just posting Link content type via the Link icon (next to the Camera icon) in the editor.
With lack of PHP hook locations, this will require hacking the createcontent.php frontend controller to parse the post content and remove all URLs before calling the API to save the post.
|