Closed
Description
Hi,
I hope I find you well.
I found the following issue, not sure if it's a bug, but it didn't behave like this in the previous version (1.22).
Before on 1.22.0:
safe_url_string("foo://BAR/foobar") == "foo://BAR/foobar"
But now on 2.0.1:
safe_url_string("foo://BAR/foobar") == "foo://bar/foobar"
I understand that the domain is not case sensitive, but is this the desired behavior of the function?
Cheers,
Metadata
Metadata
Assignees
Labels
No labels