diff --git a/files/__main__.py b/files/__main__.py index 3b3c3cc3c..1d294a661 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -84,13 +84,6 @@ Compress(app) from files.routes.allroutes import * -@limiter.request_filter -def no_step_on_jc(): - if request: - key = environ.get("NO_STEP_ON_JC", "") - if key and key == request.headers.get("X-No-Step", ""): return True - return False - if app.config['SERVICE'] == Service.RDRAMA: from files.routes import *