From 4583ce4ef3e72edf001fac3ba3290dfc547dd785 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 1 May 2020 14:02:15 +0530 Subject: /terms also must have CORS headers --- src/mhd/mhd_legal.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c index a46b7279d..19a21475f 100644 --- 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, -- cgit v1.2.3