web_kbn: debug.cgi: don't include headers

This commit is contained in:
Evgeny Sorokin 2024-04-03 04:08:30 +03:00
parent 376deb5610
commit d03ff16b1a

View File

@ -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,