summaryrefslogtreecommitdiffstats
path: root/interfacer/src/browsh/config_sample.go
diff options
context:
space:
mode:
Diffstat (limited to 'interfacer/src/browsh/config_sample.go')
-rw-r--r--interfacer/src/browsh/config_sample.go11
1 files changed, 9 insertions, 2 deletions
diff --git a/interfacer/src/browsh/config_sample.go b/interfacer/src/browsh/config_sample.go
index 5ecaf30..9ee24b9 100644
--- a/interfacer/src/browsh/config_sample.go
+++ b/interfacer/src/browsh/config_sample.go
@@ -42,8 +42,15 @@ use-existing = false
with-gui = false
# Config that you might usually set through Firefox's 'about:config' page
-[firefox-config]
-# "privacy.resistFingerprinting" = true
+# Note that string must be wrapped in quotes
+# preferences = [
+# "privacy.resistFingerprinting=true",
+# "network.proxy.http='localhost'",
+# "network.proxy.ssl='localhost'",
+# "network.proxy.http_port=8118",
+# "network.proxy.ssl_port=8118",
+# "network.proxy.type=1"
+# ]
[tty]
# The time in milliseconds between requesting a new TTY-sized pixel frame.