You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/code-server/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ VS Code in the browser
34
34
| port | The port to bind to for the code-server. | string | 8080 |
35
35
| socket | Path to a socket. When specified, host and port will be ignored. | string | - |
36
36
| socketMode | File mode of the socket when using the socket option. | string | - |
37
+
| trustedOrigins | Comma-separated list of trusted-origins to disable origin check for. Useful if not able to access reverse proxy configuration. | string | - |
0 commit comments