diff --git a/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php b/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php index ea6759b39c5e..c5f9cc712ecb 100644 --- a/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php +++ b/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php @@ -37,7 +37,7 @@ protected function getRequestMatcher(): RequestMatcherInterface new IsJsonRequestMatcher(), // https://developers.brevo.com/docs/how-to-use-webhooks#securing-your-webhooks // localhost is added for testing - new IpsRequestMatcher(['185.107.232.1/24', '1.179.112.1/20', '127.0.0.1']), + new IpsRequestMatcher(['185.107.232.1/24', '1.179.112.1/20', '172.246.240.1/20', '127.0.0.1']), ]); }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: