Extended Embargo feature to support site access restriction and ip network

This commit is contained in:
Alan Boudreault
2014-03-01 18:44:58 -05:00
parent 6c7ca7ae89
commit ba6e61b907
9 changed files with 202 additions and 34 deletions

View File

@@ -228,6 +228,9 @@ FEATURES = {
# Toggle embargo functionality
'EMBARGO': False,
# Toggle embargo site functionality
'EMBARGO_SITE': False,
# Whether the Wiki subsystem should be accessible via the direct /wiki/ paths. Setting this to True means
# that people can submit content and modify the Wiki in any arbitrary manner. We're leaving this as True in the
# defaults, so that we maintain current behavior