Bug 40160 - Use HTTPS for links to community websites
Summary: Use HTTPS for links to community websites
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-18 08:50 UTC by Fridolin Somers
Modified: 2025-06-18 12:45 UTC (History)
0 users

See Also:
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 (18.42 KB, patch)
2025-06-18 09:46 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 40160: Use HTTPS for links to community websites (18.49 KB, patch)
2025-06-18 12:45 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>