[Update] 검증 진행 로직 변경 및 csrf 로직 변경

This commit is contained in:
tv0924@icloud.com 2025-07-02 11:40:29 +09:00
commit a1758a60d4
3 changed files with 8 additions and 4 deletions

View file

@ -9,7 +9,7 @@ from lib.utils.is_oauth_uri import is_oauth_uri
class CsrfChecker:
nonce_params = {
"state", "nonce", "as", "frame_id", "csrf_token", "csrf"
"state", "nonce", "csrf_token", "csrf"
}
def get_header(self, headers: http.Headers, name: str) -> Optional[str]: