I have the following error code within my console:
Refused to connect to ‘https://bcp.crwdcntrl.net/6/map’ because it violates the following Content Security Policy directive
I would like to know what that url’s purpose is, reason being that, I’m concerned if it’s a url that is safe to white list, within my CMS
@user2100 I’ve consulted with our devs regarding this issue. The issue source is panorama.js and it’s not anyhow connected to our widget.
The text of the error says that loading of such content is prohibited due to the Content Security Policy directive. *.elfsight.com is one of its values - it means that the download of the corresponding content from a domain ending in ‘.elfsight.com’ is not blocked.
You can check it by blocking our platform (platform.js). This error still occurs:
My apologies, the problem is related to a different library from another widget provider.
The next question is, how come the WhatsApp window expands automatically when loading a webpage.
This seems to happen occasionally not all the time.
It happens when opening any webpage.
The reason why the Chat Bubble didn’t open right away is Open Chat Triggers. You had triggers Time on Page: 10s and Time on Site:10s, that’s why chat bubble appeared after 10 seconds:
I’ve changed it to 0 s and now the chat bubble appears straightaway. You can find this settings by following these steps: Settings tab- Open Chat triggers:
Originally “Time on Page” and “Time on Site” were both set to 0 and the window would automatically open up.
Changing those settings to 10s, did not affect it as the window would open up before 10s have elapsed.
The goal here is to not have the window open automatically but rather only open when the user has clicked on the “Chat with us” button.
So I do not want the window to automatically open up at all