Update mitmproxy/README.md

This commit is contained in:
2025-01-26 23:35:24 +00:00
parent 15f9dd41cb
commit 2a098f418f

View File

@@ -7,8 +7,8 @@ playwright ff --proxy-server http://localhost:8080 --ignore-https-errors
```
```shell
chromium --proxy-server=localhost:8080 --ignore-certificate-errors
chromium --proxy-server=localhost:8080 --ignore-certificate-errors --disable-backgrounding-occluded-windows
```
```shell
chrome --proxy-server=localhost:8080 --ignore-certificate-errors --user-agent="Mozilla/5.0 (Linux; Android 15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.122 Mobile Safari/537.36"
chrome --proxy-server=localhost:8080 --ignore-certificate-errors --disable-backgrounding-occluded-windows --user-agent="Mozilla/5.0 (Linux; Android 15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.122 Mobile Safari/537.36"
```