diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/web_kbn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web_kbn.py b/bin/web_kbn.py index 9a03d15..b5bfa74 100755 --- a/bin/web_kbn.py +++ b/bin/web_kbn.py @@ -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, |