fix title on outline generatation if it contains a ;

This commit is contained in:
Kevin Pham
2023-12-08 10:20:27 -06:00
parent 5bb6b872ba
commit 81c99821f0
3 changed files with 4 additions and 4 deletions

View File

@@ -485,7 +485,7 @@ var AllMods Modifiers = Modifiers{
Description: "DeleteIncomingCookies prevents ALL cookies from being sent from the proxy server back down to the client.",
CodeEditLink: "https://github.com/everywall/ladder/edit/origin/proxy_v2/proxychain/responsemodifiers/modify_incoming_cookies.go",
Params: []Param{
{Name: "_", Type: "&{Ellipsis:16319 Elt:string}"},
{Name: "_", Type: "&{Ellipsis:16342 Elt:string}"},
},
},
{
@@ -493,7 +493,7 @@ var AllMods Modifiers = Modifiers{
Description: "DeleteIncomingCookiesExcept prevents non-whitelisted cookies from being sent from the proxy server to the client. Cookies whose names are in the whitelist are not removed.",
CodeEditLink: "https://github.com/everywall/ladder/edit/origin/proxy_v2/proxychain/responsemodifiers/modify_incoming_cookies.go",
Params: []Param{
{Name: "whitelist", Type: "&{Ellipsis:16864 Elt:string}"},
{Name: "whitelist", Type: "&{Ellipsis:16887 Elt:string}"},
},
},
{