commit 4583ce4ef3e72edf001fac3ba3290dfc547dd785
parent e2e8d62574060e43036ba9cf73e5acef52fdb049
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 1 May 2020 14:02:15 +0530
/terms also must have CORS headers
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
@@ -185,6 +185,7 @@ TALER_MHD_reply_legal (struct MHD_Connection *conn,
resp = MHD_create_response_from_buffer (0,
NULL,
MHD_RESPMEM_PERSISTENT);
+ TALER_MHD_add_global_headers (resp);
ret = MHD_queue_response (conn,
MHD_HTTP_NOT_MODIFIED,
resp);
@@ -288,6 +289,7 @@ TALER_MHD_reply_legal (struct MHD_Connection *conn,
(void *) t->terms,
MHD_RESPMEM_PERSISTENT);
}
+ TALER_MHD_add_global_headers (resp);
if (NULL != legal)
GNUNET_break (MHD_YES ==
MHD_add_response_header (resp,