mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
f47d89ff4e
This reverts commit 8f88fcedd6
.
16 lines
589 B
Python
16 lines
589 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("anticache.html", "Anticache"),
|
|
Page("clientreplay.html", "Client-side replay"),
|
|
Page("filters.html", "Filter expressions"),
|
|
Page("forwardproxy.html", "Forward proxy mode"),
|
|
Page("setheaders.html", "Set Headers"),
|
|
Page("serverreplay.html", "Server-side replay"),
|
|
Page("sticky.html", "Sticky cookies and auth"),
|
|
Page("proxyauth.html", "Proxy Authentication"),
|
|
Page("replacements.html", "Replacements"),
|
|
Page("reverseproxy.html", "Reverse proxy mode"),
|
|
Page("upstreamcerts.html", "Upstream Certs"),
|
|
]
|