Skip to content

Commit

Permalink
Merge pull request #22 from stormandco/update-hosts
Browse files Browse the repository at this point in the history
added IPv6 localhost in default settings
  • Loading branch information
jettify committed Sep 24, 2015
2 parents 7764b0f + 549e8ae commit a43ff13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_debugtoolbar/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'extra_panels': [],
'global_panels': default_global_panel_names,
'extra_global_panels': [],
'hosts': ['127.0.0.1'],
'hosts': ['127.0.0.1', '::1'],
'exclude_prefixes': [],
'button_style': '',
'max_request_history': 100,
Expand Down

0 comments on commit a43ff13

Please sign in to comment.