We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7b44f commit 0f42cd5Copy full SHA for 0f42cd5
src/lib/security.js
@@ -39,5 +39,6 @@ export const devEnvOnlyExport = (unprotectedExport) => {
39
return undefined;
40
}
41
};
42
-
43
-export const payPayDomainRegEx = /\.paypal\.(com|cn)(:\d+)?$/;
+// TODO: Remove after testing
+// $FlowIssue
44
+export const payPayDomainRegEx = /\.paypal\.(com|cn)(:\d+)?$/; // eslint-disable-line security/detect-unsafe-regex
0 commit comments