diff --git a/notebook/base/handlers.py b/notebook/base/handlers.py index 39c7056279..686dcb93b6 100644 --- a/notebook/base/handlers.py +++ b/notebook/base/handlers.py @@ -387,7 +387,6 @@ def finish(self, *args, **kwargs): self.set_header('Content-Type', 'application/json') return super(APIHandler, self).finish(*args, **kwargs) - @web.authenticated def options(self, *args, **kwargs): self.set_header('Access-Control-Allow-Headers', 'accept, content-type') self.set_header('Access-Control-Allow-Methods',