improve outline UX; add print mode and reading time estimation
This commit is contained in:
@@ -160,7 +160,7 @@ var AllMods Modifiers = Modifiers{
|
||||
Description: "DeleteOutGoingCookiesExcept prevents non-whitelisted cookies from being sent from the client to the upstream proxy server. Cookies whose names are in the whitelist are not removed.",
|
||||
CodeEditLink: "https://github.com/everywall/ladder/edit/origin/proxy_v2/proxychain/requestmodifiers/modify_outgoing_cookies.go",
|
||||
Params: []Param{
|
||||
{Name: "whitelist", Type: "&{Ellipsis:12348 Elt:string}"},
|
||||
{Name: "whitelist", Type: "&{Ellipsis:12476 Elt:string}"},
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -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:16342 Elt:string}"},
|
||||
{Name: "_", Type: "&{Ellipsis:18778 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:16887 Elt:string}"},
|
||||
{Name: "whitelist", Type: "&{Ellipsis:19323 Elt:string}"},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user