Closed preda-bogdan closed 6 months ago
Plugin build for 0f8d13c4eeb753a347e964cc358986e7593a0845 is ready :bellhop_bell:!
:tada: This PR is included in version 4.4.9 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
Similar to the spaces fix the URL was not passing the filter function. Improved the URL sanitization before running the filter so that URLs are converted to ASCII and escaped. Same as it happens inside the browser. This should also allow for all valid URLs to pass the check.
Added test for this specific case with internalized URLs.
Will affect the visual aspect of the product
NO
Screenshots
Test instructions
Check before Pull Request is ready:
Closes #928.