Feat : Toggle to enforce user validation in Chatwoots web SDK (#3137)
* If enabled, enforces user validation with identifier_hash * Fixes the hmac flag payload * Adds missing i18n label for checkbox * If enabled, Adds EOF on json file * If applied, Handles HMAC Disable option Co-authored-by: Tejaswini Chile <tejaswini776@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,7 @@ json.callback_webhook_url resource.callback_webhook_url
|
||||
## WebWidget Attributes
|
||||
json.widget_color resource.channel.try(:widget_color)
|
||||
json.website_url resource.channel.try(:website_url)
|
||||
json.hmac_mandatory resource.channel.try(:hmac_mandatory)
|
||||
json.welcome_title resource.channel.try(:welcome_title)
|
||||
json.welcome_tagline resource.channel.try(:welcome_tagline)
|
||||
json.web_widget_script resource.channel.try(:web_widget_script)
|
||||
|
||||
Reference in New Issue
Block a user