Opened 21 months ago
Closed 21 months ago
#58627 closed enhancement (reported-upstream)
Change HTTP to HTTPS links in importers.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Import | Keywords: | |
Focuses: | Cc: |
Description
Most of the import plugins are using HTTP instead of HTTPS.
I have created PR's at Swisspidy's advice to fix this:
https://github.com/WordPress/movabletype-importer/pull/5
https://github.com/WordPress/blogger-importer/pull/8
https://github.com/WordPress/wpcat2tag-importer/pull/4
https://github.com/WordPress/rss-importer/pull/10
https://github.com/WordPress/textpattern-importer/pull/5
https://github.com/WordPress/opml-importer/pull/5
https://github.com/WordPress/tumblr-importer/pull/5
https://github.com/WordPress/stp-importer/pull/3
The reason I created a ticket for this here for core is because these plugins are "promoted" as tools in the Core WP dashboard and showning them with HTTP links gives off a bad vibe as "code not maintained".
Also, in some of them I have changed the HTTP import to HTTPS ... To avoid giving users mixed content on their sites :)
Thanks for the pull requests. Since there are no further action to take from the core side I'm closing it as reported-upstream.