-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(venmo): allow trusted domains #439
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #439 +/- ##
=======================================
Coverage 95.57% 95.58%
=======================================
Files 18 18
Lines 1220 1222 +2
=======================================
+ Hits 1166 1168 +2
Misses 54 54
☔ View full report in Codecov by Sentry. |
@@ -813,6 +813,73 @@ describe("zoid props cases", () => { | |||
}); | |||
}); | |||
|
|||
it("should pass a trustedDomain prop and have it populate on the child", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add a test where the domains don't match
url: "mock://www.child.com/base/test/windows/child/index.htm",
trustedDomains: ["mock://www.different-domain.com"],
c226a35
to
6e7f70a
Compare
Allows trusted domains to be specified for passing props to children with different domain.
https://paypal.atlassian.net/browse/DTCHKINT-1568