Changes between Initial Version and Version 1 of Ticket #36638, comment 28
- Timestamp:
- 07/16/2016 11:53:20 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36638, comment 28
initial v1 8 8 2. Many web servers block the `WordPress` user agent for different reasons. We probably could use something else in the UA, but... Doesn't sound right. 9 9 10 In these terms we will miss a lot of broken URLs. This makes it an unreliable check. Furthermore immediately after inserting a link the URL is visible in the inline link toolbar. If in doubt the user can test it very easy by clicking on it. 10 In these terms we will miss a lot of broken URLs. This makes it an unreliable check. Furthermore immediately after inserting a link the URL is visible in the inline link toolbar. If in doubt the user can test it very easy by clicking on it. Then none of the above restrictions will apply as it will be a standard browser request. 11 11 12 12 Perhaps it will be better to just do a quick regex test for malformed URLs.