From 0f42cd587e5c6dfc244e26ba803c579da385addf Mon Sep 17 00:00:00 2001 From: Shraddha Shah Date: Wed, 20 Nov 2024 22:21:32 -0800 Subject: [PATCH] testing only fix --- src/lib/security.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/security.js b/src/lib/security.js index cf2797f92..62a7ac5b6 100644 --- a/src/lib/security.js +++ b/src/lib/security.js @@ -39,5 +39,6 @@ export const devEnvOnlyExport = (unprotectedExport) => { return undefined; } }; - -export const payPayDomainRegEx = /\.paypal\.(com|cn)(:\d+)?$/; +// TODO: Remove after testing +// $FlowIssue +export const payPayDomainRegEx = /\.paypal\.(com|cn)(:\d+)?$/; // eslint-disable-line security/detect-unsafe-regex