-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LiveChat config endpoint sends customFields #16354
Comments
@wreiske I'm not able to reproduce this issue. Can you please help. |
The custom fields are not the livechat custom fields, they are custom fields on normal users in Rocket.Chat. You'll have to add the custom fields from the admin, not the livechat settings. For example, a normal user may have custom fields such as "Home Phone" or "Personal Email" or something. Those fields are what shows in the livechat config, leaking the agent's information. |
@renatobecker any updates on this one? |
@engelgabriel I'll work on this issue and I'll make sure that we'll fix it on the next release: |
The
/api/v1/livechat/config
endpoint leaks custom fields. These may contain private, identifiable information about an agent.Please remove the custom fields object from the livechat config endpoint, or make it configurable and OFF by default.
The text was updated successfully, but these errors were encountered: