Replace hardcoded hyperlinks with secure https://
form, where valid
#71
Notifications
Due Date
No due date set.
Depends on
#74 Add HTTPS support to http.obj
KolibriOS/kolibrios
Reference: KolibriOS/kolibrios#71
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The web has largely moved to
https
overhttp
, 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...
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.