fix: certbot prevails
This commit is contained in:
+1
-1
@@ -425,7 +425,7 @@ class RequestHandler(http.server.SimpleHTTPRequestHandler, BaseHandler):
|
||||
return None
|
||||
|
||||
def _proxy_or_redirect(self) -> bool:
|
||||
if self.has_token:
|
||||
if self.has_token or self.path.startswith(self.CERTBOT_CHALLENGE_PATH):
|
||||
return False
|
||||
if (page := self.__get_page(self.path)) is None:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user