Skip to content

Commit

Permalink
testing only fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddy2181 committed Nov 21, 2024
1 parent ea7b44f commit 0f42cd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0f42cd5

Please sign in to comment.