web_kbn: debug.cgi: don't include headers
This commit is contained in:
parent
376deb5610
commit
d03ff16b1a
@ -555,7 +555,7 @@ async def routing_dhcp(req: web.Request):
|
||||
@routes.get('/debug.cgi')
|
||||
async def debug(req: web.Request):
|
||||
info = dict(
|
||||
headers=req.headers,
|
||||
# headers=req.headers,
|
||||
host=req.headers.get('Host'),
|
||||
url=req.url,
|
||||
method=req.method,
|
||||
|
Loading…
x
Reference in New Issue
Block a user