- Issue created by @BramDriesen
The option to always replace http://
or https://
to www.
doesn't make any sense to me. E.g. if you want to shorten an URL that lives on a subdomain https://blog.example.com
it would become www.blog.example.com
which is not valid.
See above
A. Completely remove this logic
B. Make the logic smart to only strip http(s) from URL's that already contain "www."
C. Rework the logic and label it as "strip http(s)://" so it just does that, and doesn't prepend www.
Decide what solution to go for.
Create MR
Depends on proposed resolution
Active
2.0
Code