[Commits] [SCM] claws branch, master, updated. 4.3.0-15-gcdce27cdb
mones at claws-mail.org
mones at claws-mail.org
Fri Jul 5 16:36:30 UTC 2024
The branch, master has been updated
via cdce27cdb11d557e6bfeefecfcef99ce8c3ebda8 (commit)
from 6609ac10dc71617d740b9d3fabd94d230877b370 (commit)
Summary of changes:
src/plugins/libravatar/libravatar_prefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit cdce27cdb11d557e6bfeefecfcef99ce8c3ebda8
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Jul 5 18:36:05 2024 +0200
libravatar: use the default https URL
Avoids the extra redirection the server is performing on http requests,
as documented in “Secure versus non-secure requests” on the API page¹.
For release notes: only affects new installs, but since http still works
no config migration code is written. Although users should probably
change their configured base_url to the new value, either by hand or
using Clawsker.
¹ https://wiki.libravatar.org/api/
diff --git a/src/plugins/libravatar/libravatar_prefs.c b/src/plugins/libravatar/libravatar_prefs.c
index c841bee25..b4dbac9ad 100644
--- a/src/plugins/libravatar/libravatar_prefs.c
+++ b/src/plugins/libravatar/libravatar_prefs.c
@@ -67,7 +67,7 @@ struct LibravatarPrefsPage
struct LibravatarPrefsPage libravatarprefs_page;
static PrefParam param[] = {
- { "base_url", "http://cdn.libravatar.org/avatar",
+ { "base_url", "https://seccdn.libravatar.org/avatar",
&libravatarprefs.base_url,
P_STRING, NULL, NULL, NULL },
{ "cache_interval", "24",
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list