diff options
-rw-r--r-- | mitmproxy/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/options.py b/mitmproxy/options.py index bf35cd59..06ea30ee 100644 --- a/mitmproxy/options.py +++ b/mitmproxy/options.py @@ -35,7 +35,7 @@ class Options(optmanager.OptManager): keepserving: bool = True, no_server: bool = False, server_replay_nopop: bool = False, - refresh_server_playback: bool = False, + refresh_server_playback: bool = True, rfile: Optional[str] = None, scripts: Sequence[str] = [], showhost: bool = False, |