Skip to content

Commit 0f42cd5

Browse files
committed
testing only fix
1 parent ea7b44f commit 0f42cd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib/security.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ export const devEnvOnlyExport = (unprotectedExport) => {
3939
return undefined;
4040
}
4141
};
42-
43-
export const payPayDomainRegEx = /\.paypal\.(com|cn)(:\d+)?$/;
42+
// TODO: Remove after testing
43+
// $FlowIssue
44+
export const payPayDomainRegEx = /\.paypal\.(com|cn)(:\d+)?$/; // eslint-disable-line security/detect-unsafe-regex

0 commit comments

Comments
 (0)