Skip to content

Commit 5db4692

Browse files
authored
Update profile-configs.md
1 parent 7e2c8d2 commit 5db4692

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

profiles/profile-configs.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ All configurations are embedded in the `configs` field inside your profile JSON
2020

2121
| Field | Description | Default |
2222
| ------------------------------- | ----------------------------------------------------------------------------------------- | ----------- |
23-
| `locale` | Browser locale (e.g., `"en-US"`, `"ru-RU"`). | `"en-US"` |
24-
| `languages` | HTTP `Accept-Language` header values and `navigator.languages`. | `["en-US"]` |
23+
| `languages` | HTTP `Accept-Language` header values and `navigator.languages`. `"auto"` = IP-based | `"auto"` |
24+
| `locale` | Browser locale (e.g., `"en-US"`, `"ru-RU"`). It will be set automatically when languages="auto". | `"en-US"` |
2525
| `colorScheme` | Preferred color scheme: `'light'` or `'dark'`. | `"light"` |
2626
| `disableDeviceScaleFactorOnGUI` | If `true`, ignore device scale factor for GUI elements (disable DPI-based UI scaling). | `false` |
2727
| `timezone` | `"auto"` = IP-based; `"real"` = system timezone; any other string = custom timezone name. | `"auto"` |
@@ -31,11 +31,15 @@ All configurations are embedded in the `configs` field inside your profile JSON
3131

3232
| Field | Description | Default |
3333
| ---------------- | ----------------------------------------- | ------- |
34-
| `proxy.server` | Proxy server address (`scheme://hostname:port`). | `""` |
34+
| `proxy.server` | Proxy server address (`scheme://username:password@hostname:port`). | `""` |
3535
| `proxy.username` | Proxy username for basic auth (optional). | `""` |
3636
| `proxy.password` | Proxy password for basic auth (optional). | `""` |
3737

3838
> 💡 **Tip:** If you prefer not to embed proxy settings in your profile, you can use BotBrowser’s CLI parameters instead:
39+
> ```bash
40+
> --proxy-server <username:password@hostname:port>
41+
> ```
42+
> or
3943
>
4044
> ```bash
4145
> --proxy-server <hostname:port>

0 commit comments

Comments
 (0)