From 3c2509dac34b5c53df6ac9fd32d551a87693fa5f Mon Sep 17 00:00:00 2001 From: jay817 Date: Mon, 27 Jan 2025 01:27:33 +0000 Subject: [PATCH] Update mitmproxy/README.md --- mitmproxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/README.md b/mitmproxy/README.md index 029e2b8..26fe60c 100644 --- a/mitmproxy/README.md +++ b/mitmproxy/README.md @@ -10,7 +10,7 @@ playwright ff --proxy-server http://localhost:8080 --ignore-https-errors chromium --proxy-server=localhost:8080 --ignore-certificate-errors --disable-backgrounding-occluded-windows ``` ```shell -chromium --proxy-server=172.17.112.1:8080 --remote-debugging-port=9222 --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" +chromium --proxy-server=172.17.112.1:8080 --ignore-certificate-errors --remote-debugging-port=9222 --remote-allow-origins=* --user-agent="Mozilla/5.0 (Linux; Android 15) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.122 Mobile Safari/537.36" ``` ```shell 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"