Skip to content

Commit

Permalink
CMDCT-3336 - Disable size restriction for pdf (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHanded authored Feb 28, 2024
1 parent 9b122b4 commit 3972dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/app-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ custom:
region: ${opt:region, self:provider.region}
wafPlugin:
name: ${self:service}-${self:custom.stage}-webacl-waf
wafExcludeRules:
awsCommon:
- "SizeRestrictions_BODY"
serverlessTerminationProtection:
stages:
- master
Expand Down

0 comments on commit 3972dc2

Please sign in to comment.