Bug 40160 - Use HTTPS for links to community websites
Summary: Use HTTPS for links to community websites
Status: Needs documenting
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Fridolin Somers
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-18 08:50 UTC by Fridolin Somers
Modified: 2025-07-31 13:19 UTC (History)
1 user (show)

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:
25.11.00,25.05.02
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
Bug 40160: Use HTTPS for links to community websites (18.56 KB, patch)
2025-07-09 14:52 UTC, Marcel de Rooy
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>
Comment 4 Marcel de Rooy 2025-07-09 14:52:02 UTC
Guess this is a false warning:
[FAIL] koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc
   SKIP   spelling
   FAIL   valid_template
                jsinclude: not found
Comment 5 Marcel de Rooy 2025-07-09 14:52:34 UTC
Created attachment 183899 [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>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 6 Lucas Gass (lukeg) 2025-07-11 21:29:38 UTC
Nice work everyone!

Pushed to main for 25.11
Comment 7 Paul Derscheid 2025-07-24 08:20:23 UTC
Nice work everyone!

Pushed to 25.05.x
Comment 8 Fridolin Somers 2025-07-31 13:19:20 UTC
Not backported to 24.11.x (does not apply easyly)