Making WordPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 3 years ago

#302 closed defect (bug) (fixed)

HTTPS broke the Plugin queue

Reported by: Ipstenu Owned by:
Priority: normal Milestone:
Component: Plugin Directory Keywords: has-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>

Change History (2)

#1 @Otto42
13 years ago

  • Resolutionfixed
  • Status newclosed

Changed the JS to be on https properly.

This ticket was mentioned in PR #303 on WordPress/wporg-main-2022 by @adamwood.


3 years ago
#2

  • Keywords has-patch added; needs-patch removed

Fixes #302

On wide screens the intro text currently overlaps the video, see linked issue.

This update is dependent on the has-display-block utility class being added in https://github.com/WordPress/wporg-parent-2021/pull/93

### Screenshots

Before After
image image

### How to test the changes in this Pull Request:

1.
2.
3.

Note: See TracTickets for help on using tickets.