1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- browsh_supporter = "♥"
- startup-url = "http://www.brow.sh"
- default_search_engine_base = "https://www.google.com/search?q="
- mobile_user_agent = "Mozilla/5.0 (Android 7.0; Mobile; rv:54.0) Gecko/58.0 Firefox/58.0"
- [browsh]
- websocket-port = 3334
- use_experimental_text_visibility = false
- custom_css = """
- .toast-content,
- .toast-text {
- display: none;
- }
- """
- [firefox]
- path = "firefox"
- profile = "browsh-default"
- use-existing = false
- with-gui = false
- preferences = [
- "privacy.resistFingerprinting=true",
- "network.proxy.http='tor-rotating-ips'",
- "network.proxy.ssl='tor-rotating-ips'",
- "network.proxy.http_port=8118",
- "network.proxy.ssl_port=8118",
- "network.proxy.type=1"
- ]
- [tty]
- small_pixel_frame_rate = 250
- [http-server]
- port = 4334
- bind = "0.0.0.0"
- render_delay = 5000
- timeout = 90
- columns = 100
- rows = 30
- jpeg_compression = 0.9
- rate-limit = "100000000-M"
- blocked-domains = [
- "[mail|accounts].google.com"
- ]
- blocked-user-agents = [
- ]
- header = ""
- footer = ""
|