Page MenuHomeDevCentral

STG should not differentiate http and https links
Open, HighPublic

Description

Currently, all links in index.dat begins with http.
So when using a https link instead of a http one, settings in pages/ are ignored.

example:
http:

{{Lien web|titre=A town where you live's Kouji Seo to Launch Fūka Manga|jour=31|mois=janvier|année=2014|url=http://www.animenewsnetwork.com/news/2014-01-31/a-town-where-you-live-seo-to-launch-fuka-manga|site=[[Anime News Network]]|consulté le=10 janvier 2017
}}

The date and the wikilink are added.

https:

{{Lien web|auteur=|titre=A town where you live's Kouji Seo to Launch Fūka Manga|jour=|mois=|année=|url=https://www.animenewsnetwork.com/news/2014-01-31/a-town-where-you-live-seo-to-launch-fuka-manga|site=Anime News Network|consulté le=10 janvier 2017
}}

The date and the wikilink are not added.

Event Timeline

dereckson triaged this task as High priority.Jan 10 2017, 20:20

Nowadays, https:// and http:// serve the same content, so we could perhaps simply discard the protocol.

(Historically, https:// could serve a secure content, like login, access to sensible documents or e-commerce information, where http:// served public content and documentation)