-
Notifications
You must be signed in to change notification settings - Fork 108
fix: geo blocking inconsistencies #2027
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
base: main
Are you sure you want to change the base?
Conversation
* ignore every compliance status other than BLOCKED * when compliance status is BLOCKED disable both perps and spot * treat geo headers as a source of truth for restricting perps access * disable perps deposits if geo headers returns restricted
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| { | ||
| value: 'RestrictGeo', | ||
| label: 'Simulate Restricted Geo', | ||
| label: 'Simulate Restricted Perps Geo', |
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.
Do these need to be localized?
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.
This is dev only so its fine
| <Button action={ButtonAction.Primary} onClick={() => submit()}> | ||
| Submit | ||
| <Button action={ButtonAction.Primary} onClick={() => setIsOpen(false)}> | ||
| Close |
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.
Same with localization here
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.
Same here
Changes