mitmproxy-resource-override
mitmproxy-resource-override copied to clipboard
PCRE match?
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"