Opened 7 years ago
Closed 5 years ago
#3120 closed enhancement (fixed)
Replace HTTP links with HTTPS
Reported by: | umangvaghela123 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | SSL | Keywords: | has-patch needs-refresh |
Cc: |
Description
change HTTP Link To HTTPS.
example
old URL :
http://codex.wordpress.org/WordPress.org_API
Secure URl.
https://codex.wordpress.org/WordPress.org_API
Attachments (7)
Change History (32)
This ticket was mentioned in Slack in #meta by ronak.ganatra. View the logs.
7 years ago
This ticket was mentioned in Slack in #meta by rushabhshah. View the logs.
7 years ago
#5
follow-ups:
↓ 6
↓ 12
@
7 years ago
Thank you all for the patches. Most of the URLs automatically redirect to the HTTPS version so this does not have a high prio.
@umangvaghela123 What areas have you worked on updating the patch?
@mitraval192 Are these the only links in WordPress.tv that are not HTTPS?
@adnan.limdi Are these the only links in the API that are not HTTPS? Do all of these links still work? You have added trailing spaces in one of the lines.
@ronakganatra Are all of the other links in profiles.wordpress.org otherwise with HTTPS?
@rushabh4486 As modernizr is a third-party script we should not be making changes to it directly. You have changed the URL in the POT file but not in original source. Are all other links with HTTPS in browsehappy.com?
#6
in reply to:
↑ 5
@
7 years ago
- Type changed from defect to enhancement
Replying to grapplerulrich:
Thank you all for the patches. Most of the URLs automatically redirect to the HTTPS version so this does not have a high prio.
@ronakganatra Are all of the other links in profiles.wordpress.org otherwise with HTTPS?
Hello @grapplerulrich ,
Thanks for reviewing the patch and respond to this ticket. I can understand that this automatically redirect to https but I have attached a patch for improvements.
#7
@
7 years ago
- Summary changed from Link is not secure( or not proper) to Replace HTTP links with HTTPS
#9
@
7 years ago
Hello @grapplerulrich
I have just replaced http WordPress codex link to HTTPS.
We know that some of the link redirect to the http, but it is fine if we change the link those have secure link.There are many place where link is http but we do not change because it is not secure.
Thank you @grapplerulrich and all
#10
follow-up:
↓ 13
@
7 years ago
I can understand that this automatically redirect to https but I have attached a patch for improvements.
I understand that you uploaded a patch and I looked at it. My question was was if all HTTP URLs were changed to HTTPS.
There is no point in everyone just changing the HTTP links in one file. If we are going to make the change then it should be correctly.
#12
in reply to:
↑ 5
@
7 years ago
Replying to grapplerulrich:
Thank you all for the patches. Most of the URLs automatically redirect to the HTTPS version so this does not have a high prio.
@umangvaghela123 What areas have you worked on updating the patch?
@mitraval192 Are these the only links in WordPress.tv that are not HTTPS?
@adnan.limdi Are these the only links in the API that are not HTTPS? Do all of these links still work? You have added trailing spaces in one of the lines.
@ronakganatra Are all of the other links in profiles.wordpress.org otherwise with HTTPS?
@rushabh4486 As modernizr is a third-party script we should not be making changes to it directly. You have changed the URL in the POT file but not in original source. Are all other links with HTTPS in browsehappy.com?
@grapplerulrich I have changed all links in browsehappy.com directory. There are no any link for change.
#13
in reply to:
↑ 10
@
7 years ago
Replying to grapplerulrich:
I can understand that this automatically redirect to https but I have attached a patch for improvements.
I understand that you uploaded a patch and I looked at it. My question was was if all HTTP URLs were changed to HTTPS.
There is no point in everyone just changing the HTTP links in one file. If we are going to make the change then it should be correctly.
Yes, in profiles.wordpress.org I have changed links to secure.
update link