configitems: register the 'web.csp' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:45:40 +0200
changeset 34235 147104631eac
parent 34234 f6d25ffc8b7f
child 34236 9becd05476b8
configitems: register the 'web.csp' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:45:38 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:40 2017 +0200
@@ -606,6 +606,9 @@
 coreconfigitem('web', 'collapse',
     default=False,
 )
+coreconfigitem('web', 'csp',
+    default=None,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )