crossorigin.me icon indicating copy to clipboard operation
crossorigin.me copied to clipboard

Add support for encoded urls

Open rbrundritt opened this issue 4 years ago • 0 comments

When appending an URL to another URL as a parameter, it is normal to encode the second URL to ensure that it doesn't get mistaken as part of the first URL. In JavaScript usually the second URL would be past through encodeUriComponent.

rbrundritt avatar Oct 17 '19 19:10 rbrundritt