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
We're currently keeping the absolute file system path to the response body file on the RufusResponse object. We're already using IDs for requests to prevent passing file paths to the frontend and should do the same for the response. This way, we're flexible about the handling of the response body storing logic and follow electrons recommendation on file paths in frontend.
Acceptance Criteria
The RufusResponse does not contain real filepaths
The response body loading/displaying still works
The text was updated successfully, but these errors were encountered:
We're currently keeping the absolute file system path to the response body file on the
RufusResponse
object. We're already using IDs for requests to prevent passing file paths to the frontend and should do the same for the response. This way, we're flexible about the handling of the response body storing logic and follow electrons recommendation on file paths in frontend.Acceptance Criteria
RufusResponse
does not contain real filepathsThe text was updated successfully, but these errors were encountered: