Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#1911 closed enhancement (fixed)

Credits API: Prefer HTTPS for External Libraries links

Reported by: garyj's profile GaryJ Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: API Keywords: has-patch commit
Cc:

Description

Some of the links for the external libraries, as shown on the credits page, use HTTP when the library site also supports HTTPS i.e. http://jquery.com is available at https://jquery.com. If HTTPS is available, I would expect that to be linked to.

These are the ones I found that could be updated:


Not strictly related, but worth mentioning, is that the jQuery.suggest link is to http://plugins.jquery.com/project/suggest, but this redirects to http://archive.plugins.jquery.com/project/suggest which is a site that can't be reached. Maybe http://polarblau.github.io/suggest/ is a more suitable URL in the mean time, if this is the same package.

Attachments (2)

meta-1911.patch (2.8 KB) - added by SergeyBiryukov 8 years ago.
meta-1911.2.patch (2.8 KB) - added by SergeyBiryukov 8 years ago.

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

Maybe http://polarblau.github.io/suggest/ is a more suitable URL in the mean time, if this is the same package.

That's not the same package, but https://github.com/pvulgaris/jquery.suggest apparently is.

#3 @SergeyBiryukov
8 years ago

  • Keywords commit added

#4 @coffee2code
8 years ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from new to closed

In 3917:

Credits API: Prefer HTTPS for URLs of external libraries, where supported.

Props GaryJ, SergeyBiryukov.
Fixes #1911.

Note: See TracTickets for help on using tickets.