Conversation
- Looks for the configUrl parameter in the query string to use it as a custom ConfigService URL. - Uses the hardcoded ConfigService URL as a fallback if the parameter is not present.
|
Hey @zach88, I am not sure if this could lead to potential attack vectors by providing a malicious config service. In the meantime I will create an issue to return the transactionService URL in the |
|
Actually, the url needs to be configured at the config service level, so any safe app that doesn't match the URL will be flagged as not trusted, just like it does for custom safe-apps. however, exposing the config service through the safe-app-sdk would be a nice workaround. thanks @schmanu |
Resolves #627
What this PR changes: