public static final String |
DEBUG_RULES |
"allow_http_url\ncopy_session_field /.*/\n" |
public static final String |
STANDARD_RULES |
"/request_header:cookie|response_header:set-cookie/remove\n/(request|response)_body|request_param/ replace /[a-zA-Z0-9.!#$%&\u2019*+\\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)/, /x@y.com/\n/request_body|request_param|response_body/ replace /[0-9\\.\\-\\/]{9,}/, /xyxy/\n" |
public static final String |
STRICT_RULES |
"/request_url/ replace /([^\\?;]+).*/, /$1/\n/request_body|response_body|request_param:.*|request_header:(?!user-agent).*|response_header:(?!(content-length)|(content-type)).*/ remove\n" |