configitems: register the 'web.deny_read' config

This commit is contained in:
Boris Feld 2017-06-30 03:45:41 +02:00
parent b7e1ccb304
commit 1057d66c85

View File

@ -609,6 +609,9 @@ coreconfigitem('web', 'collapse',
coreconfigitem('web', 'csp',
default=None,
)
coreconfigitem('web', 'deny_read',
default=list,
)
coreconfigitem('worker', 'backgroundclose',
default=dynamicdefault,
)