Hi all Reqdel/reqidel delete all headers matching a regex and reqdeny/reqideny deny an HTTP request if a line matches a regex. That's a blacklist approach.
Are whitelists denying a request if a line _doesn't_ match a regex and deleting all headers _not_ matching a regex also possible? Thanks Hannes

