Opened 2 years ago
Closed 2 years ago
#46673 closed defect (bug) (maybelater)
Update esc_url function (default https).
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Formatting | Keywords: | |
Focuses: | Cc: |
Description
Hello,
If by default the link doesn't contain a protocol, WordPress adds http. Today I think it's better to use https.
I think this is a position to take because in both cases (http or https) the redirection may be bad.
This ticket follows the modification of the protocol in the menu (#46312).
Attachments (1)
Change History (4)
This ticket was mentioned in Slack in #core by mukeshpanchal27. View the logs.
2 years ago
#3
@
2 years ago
- Milestone Awaiting Review deleted
- Resolution set to maybelater
- Status changed from new to closed
Thanks for the patch @aksl95 , but this isn't a good idea because it's easy to break a link by setting its scheme to https
when the site doesn't support HTTPS. Conversely, any website available over HTTPS is also available over HTTP and likely will be for the foreseeable future.
Note: See
TracTickets for help on using
tickets.
Update esc_url function