You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated with all comments from below on March 14th 2025
Motivation
Currently we label some links as insecure, for example if they use http instead of https. You can identify insecure links by the "locked" icon which means that the SSL certificate could not be validated.
Proposed Solution
To be in line with the best practices in web, it would be best to move these insecure links from the "valid" section in our link checker to "invalid".
Alternatives
None
User Story
As a user of the CMS I want to see insecure links in the category of "invalid" so that I immediately know which links need some form of work
Additional Context
For documentation the inital report of this issue
Details
Many users include images or other media from sites that do not use https. As a result, our website is marked as "non-secure" in the browser and in addition, this is a fairly high security risk.
Since, from a practical point of view, we cannot completely prohibit users from embedding such content, we should take various soft measures that force users to https.
Update 2021: Since meanwhile https is a very popular standard, it should be safe to completely forbid http content and use a hard enforcement here.
On the one hand, new content is problematic, but so is existing content. Therefore I suggest the following measures:
The editor points out that the placement of such new content is very critical
Updated with all comments from below on March 14th 2025
Motivation
Currently we label some links as insecure, for example if they use http instead of https. You can identify insecure links by the "locked" icon which means that the SSL certificate could not be validated.
Proposed Solution
To be in line with the best practices in web, it would be best to move these insecure links from the "valid" section in our link checker to "invalid".
Alternatives
None
User Story
As a user of the CMS I want to see insecure links in the category of "invalid" so that I immediately know which links need some form of work
Additional Context
For documentation the inital report of this issue
Details
Many users include images or other media from sites that do not use https. As a result, our website is marked as "non-secure" in the browser and in addition, this is a fairly high security risk.Since, from a practical point of view, we cannot completely prohibit users from embedding such content, we should take various soft measures that force users to https.Update 2021: Since meanwhile https is a very popular standard, it should be safe to completely forbid http content and use a hard enforcement here.
On the one hand, new content is problematic, but so is existing content. Therefore I suggest the following measures:
Design Requirements
None
Related Issues
Unsure