Skip to content

Limit the size of the web request bodies

meskio requested to merge meskio/rdsys:size-limits into main

Any distributor exposing a webserver now has a limit on 100KB for the body of the requests it will accept. This will block DoS attacks that try to exhaust the server memory.

Merge request reports