Bug 40160

Summary: Use HTTPS for links to community websites
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: TemplatesAssignee: 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
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 ...
Comment 1 Fridolin Somers 2025-06-18 09:46:07 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
Comment 2 Fridolin Somers 2025-06-18 09:47:31 UTC
Patch does not impact the links in POD and other sources since it is not visible by end user.
Feel free to patch :D
Comment 3 Owen Leonard 2025-06-18 12:45:42 UTC
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>