From c569615bffa14a15fdc186dbe7589557e1e93714 Mon Sep 17 00:00:00 2001 From: Sacha STAFYNIAK Date: Wed, 10 Aug 2022 15:47:57 +0200 Subject: [PATCH] add "application/reports+json" to allowed types (#204) --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index dbeffd4..0aa35bc 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,8 @@ const jsonTypes = [ 'application/json', 'application/json-patch+json', 'application/vnd.api+json', - 'application/csp-report' + 'application/csp-report', + 'application/reports+json' ]; /**