Skip to content

Commit

Permalink
add "application/reports+json" to allowed types (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 10, 2022
1 parent f872ba0 commit c569615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];

/**
Expand Down

0 comments on commit c569615

Please sign in to comment.