mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Remove script examples for now.
I need to come up with some uncontrived examples.
This commit is contained in:
parent
f0122f1403
commit
2e72b310d9
@ -12,9 +12,6 @@
|
||||
<li><a href="@!urlTo("filters.html")!@">Filter expressions</a></li>
|
||||
</ul>
|
||||
<li><a href="@!urlTo("scripts.html")!@">Scripts</a></li>
|
||||
<ul>
|
||||
<li><a href="@!urlTo("scripts/examples.html")!@">Examples</a></li>
|
||||
</ul>
|
||||
<li><a href="@!urlTo("ssl.html")!@">SSL interception</a></li>
|
||||
<ul>
|
||||
<li><a href="@!urlTo("certinstall/firefox.html")!@">Firefox</a></li>
|
||||
|
@ -77,7 +77,6 @@ pages = [
|
||||
Page("anticache.html", "Anticache"),
|
||||
Page("filters.html", "Filter expressions"),
|
||||
Page("scripts.html", "Scripts"),
|
||||
Directory("scripts"),
|
||||
Page("ssl.html", "SSL interception"),
|
||||
Directory("certinstall"),
|
||||
Page("library.html", "libmproxy: mitmproxy as a library"),
|
||||
|
@ -1,4 +0,0 @@
|
||||
|
||||
## Stub script
|
||||
|
||||
$!example("examples/stub.py")!$
|
@ -1,5 +0,0 @@
|
||||
from countershape import Page
|
||||
|
||||
pages = [
|
||||
Page("examples.html", "Examples"),
|
||||
]
|
Loading…
Reference in New Issue
Block a user