mitmproxy-resource-override icon indicating copy to clipboard operation
mitmproxy-resource-override copied to clipboard

PCRE match?

Open heyrict opened this issue 8 years ago • 0 comments

Hello, I came up an idea about add PCRE support. Maybe using PCRE to match filePath can be more extensible.

present:

*example.com/js/**, js/**

pcre-like:

.*example.com/js/([^.]+\.min\.js$), js/\$1"

heyrict avatar Dec 24 '17 04:12 heyrict