You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MoonPay's on-ramp security upgrade refuses to load widget URLs that are
not signed and bound to a hash of the customer's device IP. Route every
MoonPay buy/sell widget URL through the info server's /v1/moonpay/signUrl
endpoint (which captures the public IP and applies the allowedIpAddress +
signature params) before opening it, in both the new ramps plugin and the
still-registered legacy fiat provider.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Unreleased (develop)
4
4
5
+
- changed: Sign MoonPay buy/sell widget URLs and bind them to the customer's IP via the info server, for MoonPay's on-ramp IP-matching security upgrade.
0 commit comments