#27115 closed task (blessed) (fixed)
HTTPS links to wordpress.org
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.4 | Priority: | low |
Severity: | minor | Version: | |
Component: | Administration | Keywords: | has-patch meta |
Focuses: | administration | Cc: |
Description
It appears that wordpress.org now favours an SSL connection, although it is not currently enforced. Googling for WordPress returns a link to https://wordpress.org and once you're on the site, the HTTPS links persist.
We should convert all wordpress.org links in the dashboard to HTTPS links.
Any objections?
Attachments (18)
Change History (62)
#1
@
11 years ago
- Keywords needs-patch added; dev-feedback removed
- Milestone changed from Awaiting Review to 3.9
#3
@
11 years ago
- Keywords has-patch added; needs-patch removed
I did three on their own and then I THINK I got it with the all, but given the rapid movement of WP, it may not be a great idea to use that. I omitted wp-content from my search/replace, since I didn't want to accidentally touch themes and plugins.
#4
@
11 years ago
There's a good deal more than this. There's codex.wordpress.org
, make.wordpress.org
, and planet.wordpress.org
links too.
Additionally, the feed URLs in wp-admin/includes/dashboard.php
shouldn't change in case the site can't perform outgoing SSL requests.
#5
@
11 years ago
Refreshed. Rolled back a few. Anything that is used by the server to make requests should NOT be changed.
#7
@
11 years ago
I also removed the generator-like links used in XML-RPC (<engineLink>) and <meta generator> tags.
#10
@
10 years ago
- Keywords has-patch removed
- Milestone changed from 3.9 to Future Release
Moving to Future Release for the Codex, Make and Planet links.
#12
@
10 years ago
27115.2.patch refreshes bravokeyl 27115.patch above against develop trunk includes /wp-config-sample.php
#17
in reply to:
↑ 14
@
10 years ago
Replying to markjaquith:
In 29787:
FWIW, planet.wordpress.org isn't yet forced SSL due to mixed content warnings. Will be worked on in #meta634.
#18
@
10 years ago
- Keywords needs-refresh needs-patch added
- Milestone changed from Future Release to 4.1
There are multiple links to http://wordpress.org/ URLs in Core, core themes, unit tests, makepot, ... that do get redirected to https:// and therefore should be converted.
make also seems to be redirecting. planet and codex don't, yet.
#19
@
10 years ago
Added 27115.wporg.diff - more of the wordpress.org URLs
Looking at the codex, I don't know if we want to force that over yet, since I know we're slowly weaning the codex away. not that it would be BAD to...
#21
@
10 years ago
Yes to forcing the Codex. I'm not sure there's anything on *.wordpress.org that isn't forced SSL at this point.
#23
@
10 years ago
- Keywords 4.2-early needs-patch added; has-patch removed
- Milestone changed from 4.1 to Future Release
Needs a patch for codex.wordpress.org links. Moving this to 4.2 to avoid a load of late string changes.
#27
@
10 years ago
- Keywords needs-refresh added
Looks like 27115.codex.diff needs a refresh in wp-admin/user-edit.php:
patching file src/wp-admin/user-edit.php Hunk #2 FAILED at 273. 1 out of 2 hunks FAILED
#28
@
9 years ago
I was talking to ocean90 about this. Him and I are going to coordinate the remaining change so we don't trigger the need for translators to re-translate the huge number of strings which are affected.
None. It'll be enforced soon.