Replace hardcoded hyperlinks with secure https:// form, where valid #71

Open
opened 2024-06-04 18:46:25 +02:00 by ace-dent · 1 comment
Member

The web has largely moved to https over http, so most sites now support it.
We should update all hardcoded links in the source. In addition, it's a good chance to check for dead links.

Negative: Older browsers (KolibriOS?) has to deal with https connections...

The web has largely moved to `https` over `http`, so most sites now support it. We should update all hardcoded links in the source. In addition, it's a good chance to check for dead links. Negative: Older browsers (KolibriOS?) has to deal with https connections...
Owner

Negative: Older browsers (KolibriOS?)

This is exactly the reason why most links are still http. If some sites don't work with http, the corresponding links should be updated. If a site works well with http, then maybe it's worth waiting until KolibriOS browsers support https.

> Negative: Older browsers (KolibriOS?) This is exactly the reason why most links are still http. If some sites don't work with http, the corresponding links should be updated. If a site works well with http, then maybe it's worth waiting until KolibriOS browsers support https.
Sweetbread added a new dependency 2024-06-05 11:05:34 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: KolibriOS/kolibrios#71
No description provided.