Reputation: 11
I'm using https://www.npmjs.com/package/isomorphic-dompurify in backend. When I'm passing request object in sanitize() method it is only keeping headers and removing everything else including body. Is there any way to keep the request body?
Upvotes: 1
Views: 502