mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
6 lines
134 B
Python
6 lines
134 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("inlinescripts.html", "Inline Scripts"),
|
|
Page("libmproxy.html", "libmproxy"),
|
|
]
|