From 7a959464a488e539a442bdbcefb9daa5684f44ac Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sun, 11 May 2014 14:33:34 +0300 Subject: Add setting to allow config value overrides on the URL --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 1c8f0da..fac9aa2 100644 --- a/config.py +++ b/config.py @@ -33,6 +33,10 @@ conf.registerGlobalValue(Github, 'disallowChannelOverride', registry.Boolean(False, """Don't let the user select the channel where the messages will be sent to on the URL""")) +conf.registerGlobalValue(Github, 'disallowConfigOverride', + registry.Boolean(True, + """Don't let the user change config values from the URL""")) + conf.registerGlobalValue(Github, 'showMilestone', registry.Boolean(True, """Show the name of the milestone when reporting issues or issue comments""")) -- cgit v1.2.3