Open Miyayes opened 2 years ago
@fmarier Not high priority, but thoughts on the passing of arbitrary data.
passing of arbitrary data.
passing or parsing?
Which server are we talking about? Brave's or Uphold/Gemini/Bitflyer?
cc: @fmarier, could I get your views on how to implement this in a secure way?
I confirmed with Chris that the messages would be coming from a Brave server, not from a third-party.
To be extra-safe, I would suggest:
Description
When a certain error code # comes back from the server, parse the body of the response and display whatever arbitrary error message is responded by the server. The goal is to allow us to show certain error messaging on the fly, and not only show error messages that are hardcoded into the browser code.