Просмотр исходного кода

Revert "fix CodeQL"

This reverts commit 44f18316c88a240622963ceb4cb01e108900ede0.
Shun Miyazawa 3 лет назад
Родитель
Сommit
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,
     maxRequests: MAX_REQUESTS_TIER_1,
   },
   },
   '/user-activation/.*': {
   '/user-activation/.*': {
-    method: 'ALL',
+    method: 'GET',
     maxRequests: MAX_REQUESTS_TIER_1,
     maxRequests: MAX_REQUESTS_TIER_1,
   },
   },
   '/attachment/[0-9a-z]{24}': {
   '/attachment/[0-9a-z]{24}': {