浏览代码

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}': {