Chat Snippet with integrity hash

Hi, could you help me with the following question?

The Webchat Snippet loads the script

<script
        id="purecloud-webchat-js"
        type="text/javascript"
        src="https://apps.mypurecloud.com/webchat/jsapi-v1.js"
        region="YOUR_REGION"
        org-guid="YOUR_ORG_GUID"
        deployment-key="YOUR_DEPLOYMENT_KEY"
    ></script>

could Genesys provide the integrity atributo with the hash like this example?

<script
        id="purecloud-webchat-js"
        type="text/javascript"
        src="https://apps.mypurecloud.com/webchat/jsapi-v1.js"
        region="YOUR_REGION"
        org-guid="YOUR_ORG_GUID"
        deployment-key="YOUR_DEPLOYMENT_KEY"
        integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
        crossorigin="anonymous"
    ></script>

This is a client requirement resulting from an etichal hacking recomendation,

thanks!

Hi,

We currently don't support this feature. I'd recommend you suggest it in the ideas portal: Genesys Cloud Ideas Portal

Also, I'd recommend you switch to web messaging for a more secure solution.

Regards

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.