Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit a1ec92e

Browse files
committed
完善chrome的代理配置样例
1 parent 2fa8ccf commit a1ec92e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/resources/engine.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ firefox.browser.tabs.remote.force-enable=false
2525
#chrome.args.allow-running-insecure-content
2626
#chrome.args.disable-popup-blocking
2727
#chrome.cap.proxy.http=myhttpproxy:3337
28+
#chrome.cap.proxy.ftp=myftpproxy:3337
29+
#chrome.cap.proxy.socks=mysocksproxy:3337
30+
#chrome.cap.proxy.socks.username=username
31+
#chrome.cap.proxy.socks.password=password
2832
#chrome.binary=/path/chrome.exe
2933
#chrome.ext=/path/to/extension.crx
3034
#chrome.prefs.profile.default_content_settings.popups=0

0 commit comments

Comments
 (0)