mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
fix: update default proxy_fix rules to handle proto as well
This commit is contained in:
parent
48c52591fe
commit
5f1cb8e750
3 changed files with 5 additions and 5 deletions
|
|
@ -66,7 +66,7 @@ BUI_DEFAULTS = {
|
|||
'limiter': False,
|
||||
'ratio': '60/minute',
|
||||
'num_proxies': 0,
|
||||
'proxy_fix_args': "{'x_for': {num_proxies}, 'x_host': {num_proxies}, 'x_prefix': {num_proxies}}",
|
||||
'proxy_fix_args': "{'x_proto': {num_proxies}, 'x_for': {num_proxies}, 'x_host': {num_proxies}, 'x_prefix': {num_proxies}}",
|
||||
},
|
||||
'WebSocket': {
|
||||
'enabled': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue