Opened 9 years ago
Closed 9 years ago
#302 closed defect (bug) (fixed)
HTTPS broke the Plugin queue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | needs-patch |
Cc: |
Description
On https://wordpress.org/plugins/add there's a text box that shows up when we click on 'email author' or 'reject' so we can tell people why. This is no longer working now that we're on SSL, because the JS is not on SSL.
[blocked] The page at ‘https://wordpress.org/plugins/add/’ was loaded over HTTPS, but ran insecure content from ‘http://wordpress.org/extend/plugins-plugins/ svn-track//reject-requests.js?ver=1′: this content should also be loaded over HTTPS.
Can that be changed to wordpress.org/extend/plugins-plugins/svn-trackreject-requests.js ? :)
<script type='text/javascript' src='http://wordpress.org/extend/plugins-plugins/svn-track//reject-requests.js?ver=1'></script>
Note: See
TracTickets for help on using
tickets.
Changed the JS to be on https properly.