Opened 10 years ago
Closed 10 years ago
#598 closed defect (bug) (fixed)
Wrong scheme on the plugin search form
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
When you visit https://wordpress.org/plugins/ the 'Search Plugins' form has an action with an http
scheme. The action URL should either be protocol-relative, or wrapped in set_url_scheme()
.
Note: See
TracTickets for help on using
tickets.
Fixed to use the proper SSL URL there instead.