From ac6ab8a5a351db23498c1d6a3fe977d802ab64e4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 8 Apr 2024 20:29:17 +0200 Subject: more fixes to /terms header --- src/mhd/mhd_legal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mhd/mhd_legal.c') diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c index 59e866849..9630452eb 100644 --- a/src/mhd/mhd_legal.c +++ b/src/mhd/mhd_legal.c @@ -357,7 +357,7 @@ TALER_MHD_reply_legal (struct MHD_Connection *conn, GNUNET_break (MHD_YES == MHD_add_response_header (resp, MHD_HTTP_HEADER_CACHE_CONTROL, - "public max-age=864000")); + "public,max-age=864000")); if (NULL != legal) GNUNET_break (MHD_YES == MHD_add_response_header (resp, -- cgit v1.2.3