You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"proxyurl", "purl", "http://127.0.0.1:8080", "Url for the proxy. Default value is http://127.0.0.1:8080")
64
67
appendBoolean(&generalOptions, &Config.Force,
65
68
"force", "f", false, "Perform the tests no matter if there is a cache or even the cachebuster works or not")
69
+
appendString(&generalOptions, &ignoreStatus,
70
+
"ignorestatus", "is", "", "Specify a custom cache header")
66
71
appendInt(&generalOptions, &Config.CLDiff,
67
72
"contentlengthdifference", "cldiff", 0, "Threshold for reporting possible Finding, when 'poisoned' response differs more from the original length. Default is 0 (don't check)")
0 commit comments