LewisArdern / bXSS

bXSS is a utility which can be used by bug hunters and organizations to identify Blind Cross-Site Scripting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add configurable body-parser limit

inkz opened this issue · comments

Hello, recently I was testing a few apps with your utility and came across the fact that default body-parser limit (https://github.com/expressjs/body-parser#limit) is too small for handling some requests, especially while dealing with single-page applications.
I suggest adding body-parser's limit option to config.

commented

Thanks for the contribution, makes a lot of sense to increase the body limit for full DOM capture for SPA