Replace hardcoded hyperlinks with secure https://
form, where valid
#71
Labels
No Label
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Kind
Breaking
Kind
Bug
Kind
Build
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Depends on
#74 Add HTTPS support to http.obj
KolibriOS/kolibrios
Reference: KolibriOS/kolibrios#71
Loading…
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.