From aa94ba150fdb0bd7cec63dae937e0bb52dc1b575 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 4 Jan 2017 03:36:29 +0200 Subject: Add documentation about configuration options --- local/handler/GithubHandler.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'local') diff --git a/local/handler/GithubHandler.py b/local/handler/GithubHandler.py index 6a7d075..19fe2e5 100644 --- a/local/handler/GithubHandler.py +++ b/local/handler/GithubHandler.py @@ -88,6 +88,8 @@ class GithubHandler(BaseHTTPServer.BaseHTTPRequestHandler): part = part.replace('&','#'); part = part.replace('^','#'); + # TODO: Throw out a warning when a URL specifies a configuration + # value but we don't allow that if part.startswith("#") and not configValue('disallowChannelOverride'): channel = part elif '=' in part and not configValue('disallowConfigOverride'): -- cgit v1.2.3