# HG changeset patch # User Boris Feld # Date 2017-06-30 01:45:40 # Node ID 147104631eac64df4628cd86eb2081b830a0316f # Parent f6d25ffc8b7f8892b29830185950e676cce31d87 configitems: register the 'web.csp' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -606,6 +606,9 @@ coreconfigitem('web', 'certificate', coreconfigitem('web', 'collapse', default=False, ) +coreconfigitem('web', 'csp', + default=None, +) coreconfigitem('worker', 'backgroundclose', default=dynamicdefault, )