We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f661fbc commit 35e0290Copy full SHA for 35e0290
apps/meteor/app/integrations/server/lib/triggerHandler.ts
@@ -621,6 +621,7 @@ class RocketChatIntegrationHandler {
621
...(opts.data && { body: opts.data }),
622
// SECURITY: Integrations can only be configured by users with enough privileges. It's ok to disable this check here.
623
ignoreSsrfValidation: true,
624
+ size: 20 * 1024 * 1024,
625
},
626
settings.get('Allow_Invalid_SelfSigned_Certs'),
627
)
0 commit comments