NelmioSecurityBundle icon indicating copy to clipboard operation
NelmioSecurityBundle copied to clipboard

Allow to use custom request matcher

Open ihmels opened this issue 3 years ago • 4 comments

This adds an option to allow the use of a custom request matcher, e.g. to exclude certain paths.

This fixes #206 partially.

ihmels avatar Jun 24 '21 10:06 ihmels

I need this feature urgently at the moment, please merge.

tooltonix avatar Jun 30 '21 05:06 tooltonix

This would need to be added to the docs still, and ideally it should be made clear that using this renders the hosts option useless/unused.

Seldaek avatar Aug 24 '21 15:08 Seldaek

I added the request_matcher option to the docs. While writing this, I noticed that it also makes sense to ignore the content_types option when a custom RequestMatcher has been configured.

ihmels avatar Oct 07 '21 19:10 ihmels

@Seldaek, can you take another look at this?

ihmels avatar May 21 '24 13:05 ihmels