changeset 34235:147104631eac

configitems: register the 'web.csp' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:40 +0200
parents f6d25ffc8b7f
children 9becd05476b8
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
 )