Ideally, you would be having your backend only return data that you are comfortable having available in the user's browser since the return is sent there to be processed with JS and rendered to the user
Ideally, you would be having your backend only return data that you are comfortable having available in the user's browser since the return is sent there to be processed with JS and rendered to the user