php-cross-domain-proxy icon indicating copy to clipboard operation
php-cross-domain-proxy copied to clipboard

Option for valid request matching via regular expressions

Open ghost opened this issue 5 years ago • 0 comments

Hi there,

I have added a define CSAJAX_FILTER_REGEXP to enable matching on the $valid_requests using preg_match instead of a simple string comparison.

I have followed the style of the existing code, as far as I can see.

Let me know what you think.

Cheers, Dom

ghost avatar Jun 18 '19 06:06 ghost