Summary: | Use HTTPS for links to community websites | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Templates | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 40160: Use HTTPS for links to community websites
Bug 40160: Use HTTPS for links to community websites |
Description
Fridolin Somers
2025-06-18 08:50:23 UTC
Created attachment 183326 [details] [review] Bug 40160: Use HTTPS for links to community websites Some web-browsers now only allow HTTPS, we should change links in templates with SSL : https://schema.koha-community.org, https://wiki.koha-community.org ... Test plan : Just look patch to check http > https Patch does not impact the links in POD and other sources since it is not visible by end user. Feel free to patch :D Created attachment 183329 [details] [review] Bug 40160: Use HTTPS for links to community websites Some web-browsers now only allow HTTPS, we should change links in templates with SSL : https://schema.koha-community.org, https://wiki.koha-community.org ... Test plan : Just look patch to check http > https Signed-off-by: Owen Leonard <oleonard@myacpl.org> |