configitems: register the 'web.deny_read' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:45:41 +0200
changeset 34243 9becd05476b8
parent 34242 147104631eac
child 34244 131f8cd2c2b4
configitems: register the 'web.deny_read' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:45:40 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:41 2017 +0200
@@ -609,6 +609,9 @@
 coreconfigitem('web', 'csp',
     default=None,
 )
+coreconfigitem('web', 'deny_read',
+    default=list,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )