aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/sticky.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-03-11 11:49:36 +1300
committerAldo Cortesi <aldo@nullcube.com>2013-03-11 11:49:36 +1300
commitc34d1e3de6483b1ab8a1a3add53fb84364c68249 (patch)
tree0e0ef7797b4ff25996374351056c9e40b771976b /doc-src/features/sticky.html
parent5ceef16486f71e28440f80799183190543f162f0 (diff)
downloadmitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.tar.gz
mitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.tar.bz2
mitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.zip
Docs, examples.
Diffstat (limited to 'doc-src/features/sticky.html')
-rw-r--r--doc-src/features/sticky.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc-src/features/sticky.html b/doc-src/features/sticky.html
index 1b79f922..59116067 100644
--- a/doc-src/features/sticky.html
+++ b/doc-src/features/sticky.html
@@ -22,8 +22,7 @@ with the secured resources.
<th width="20%">command-line</th>
<td>
<ul>
- <li>-t (sticky cookies on all requests)</li>
- <li>-T FILTER (sticky cookies on requests matching filter</li>
+ <li>-t FILTER</li>
</ul>
</td>
</tr>
@@ -48,8 +47,7 @@ replay of HTTP Digest authentication.
<th width="20%">command-line</th>
<td>
<ul>
- <li>-u (sticky auth on all requests)</li>
- <li>-U FILTER (sticky auth on requests matching filter</li>
+ <li>-u FILTER</li>
</ul>
</td>
</tr>