feat: add node browser proxy routing
This commit is contained in:
11
src/config/types.node-host.ts
Normal file
11
src/config/types.node-host.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export type NodeHostBrowserProxyConfig = {
|
||||
/** Enable the browser proxy on the node host (default: true). */
|
||||
enabled?: boolean;
|
||||
/** Optional allowlist of profile names exposed via the proxy. */
|
||||
allowProfiles?: string[];
|
||||
};
|
||||
|
||||
export type NodeHostConfig = {
|
||||
/** Browser proxy settings for node hosts. */
|
||||
browserProxy?: NodeHostBrowserProxyConfig;
|
||||
};
|
||||
Reference in New Issue
Block a user