Shun Miyazawa %!s(int64=3) %!d(string=hai) anos
pai
achega
44f18316c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: 'GET',
+    method: 'ALL',
     maxRequests: MAX_REQUESTS_TIER_1,
     maxRequests: MAX_REQUESTS_TIER_1,
   },
   },
   '/attachment/[0-9a-z]{24}': {
   '/attachment/[0-9a-z]{24}': {