소스 검색

Revert "fix CodeQL"

This reverts commit 44f18316c88a240622963ceb4cb01e108900ede0.
Shun Miyazawa 3 년 전
부모
커밋
b8a7410a9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/config/rate-limiter.ts

+ 1 - 1
packages/app/config/rate-limiter.ts

@@ -65,7 +65,7 @@ export const defaultConfigWithRegExp = {
     maxRequests: MAX_REQUESTS_TIER_1,
   },
   '/user-activation/.*': {
-    method: 'ALL',
+    method: 'GET',
     maxRequests: MAX_REQUESTS_TIER_1,
   },
   '/attachment/[0-9a-z]{24}': {