feat: Enhance ProxyHost configuration with application presets and internal IP support
This commit is contained in:
@@ -15,6 +15,7 @@ export const mockProxyHosts: ProxyHost[] = [
|
||||
hsts_subdomains: false,
|
||||
block_exploits: true,
|
||||
websocket_support: true,
|
||||
application: 'none',
|
||||
locations: [],
|
||||
advanced_config: undefined,
|
||||
enabled: true,
|
||||
@@ -34,6 +35,7 @@ export const mockProxyHosts: ProxyHost[] = [
|
||||
hsts_subdomains: false,
|
||||
block_exploits: true,
|
||||
websocket_support: false,
|
||||
application: 'none',
|
||||
locations: [],
|
||||
advanced_config: undefined,
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user