Opened 5 years ago
Closed 5 years ago
#4922 closed defect (bug) (fixed)
Prepend http:// when redirecting profile links, if not present
Reported by: | SergeyBiryukov | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | |
Cc: |
Description
#4753 obfuscated profile links by passing them through an internal redirection system, e.g. https://profiles.wordpress.org/website-redirect/dd32
.
Some URLs lack the http://
prefix and result in a "User not found" message instead of the redirect.
To reproduce:
- Go to
https://profiles.wordpress.org/drosendo/
. - Click the Website URL.
- You're redirected to
https://profiles.wordpress.org/website-redirect/www.rosendo.pt
. - The page displays a "User not found" error message, instead of proceeding with the redirect.
Change History (2)
Note: See
TracTickets for help on using
tickets.