def forbidden_view(request): response = HTTPUnauthorized() response.headers.update(forget(request)) return response # Support the silly auth schemes that Subsonic has