-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix: remove expensify.cash domain from associated domains #9288
Conversation
@aswin-s Your changes look good. Unfortunately, I don't have the access to build the app too. @luacmartins Will, you be able to help with the access so that I can test this one? Also, the Validate Github Actions is failing. This failed for one of the other issues as well. Looks like something is broken in the workflow. |
Thanks for the changes @aswin-s! I think they look good, but I won't be able to test them until late next week, since I'm focused on another project at the moment. I hope that's ok. |
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.
Changes look good, but I'll have to test them next week.
I'm trying to test this, but this step test.mov |
@luacmartins Could you check if the url
|
@mananjadhav Unfortunately not. At this point, we can only issue the certificate to employees. Sorry! @aswin-s thanks! Those routes work well! Posting the video and image as proof of testing, since the contributor can't test it themselves. test.mov |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @luacmartins in version: 1.1.74-0 🚀
|
🚀 Deployed to production by @yuwenmemon in version: 1.1.74-2 🚀
|
Details
This PR fixes an issue where user credentials were getting saved against
expensify.cash
domain instead of the primary domainnew.expensify.com
.Change log:
expensify.cash is redirected to new.expensify.com via a
301
http redirect. Universal links respect 301 redirects and handles all links toexpensify.cash
and forwards them to NewExpensify app without explicitly mentioning it in associated domains.webcredentials
key to bothapple-app-site-association
file andentitlements
file to support password sharing across web and native apps.Fixed Issues
#8286
Tests
To test the changes, new iOS build needs to be created by someone who is part of development team
368M544MTT
.expensify.com
domainTo ensure that universal links to expensify.cash still works follow below steps.
PR Review Checklist
Contributor (PR Author) Checklist
I'm unable to perform most of the items below as this change needs a new iOS build to be generated. Contributors can't take new builds against
com.chat.expensify.chat
as we are not part of368M544MTT
team.### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
displayName
propertythis
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followed/** comment above it */
displayName
propertythis
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)QA Steps
Screenshots
Web
Mobile Web
Desktop
iOS
Android