summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/web/_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/core/web/_auth.py')
-rw-r--r--src/leap/bitmask/core/web/_auth.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/leap/bitmask/core/web/_auth.py b/src/leap/bitmask/core/web/_auth.py
index 6a5e362..3eb4fa1 100644
--- a/src/leap/bitmask/core/web/_auth.py
+++ b/src/leap/bitmask/core/web/_auth.py
@@ -18,9 +18,6 @@ class WhitelistHTTPAuthSessionWrapper(HTTPAuthSessionWrapper):
It doesn't apply the enforcement to routes included in a whitelist.
"""
- # TODO extend this to inspect the data -- so that we pass a tuple
- # with the action
-
whitelist = (None,)
def __init__(self, *args, **kw):