Adding in the protocol (https://) for when embedding, so the URL isn't treated as a relative path on the website you're embedding it on
Before, if your website was https://mywebsite.com and the chatbot was on mychatbot.com, because the https:// is missing, the embedded URL would be treated as a relative path, so the iframe would try and load https://mywebsite.com/mychatbot.com/embed...
Adding in the protocol (https://) for when embedding, so the URL isn't treated as a relative path on the website you're embedding it on
Before, if your website was
https://mywebsite.com
and the chatbot was on mychatbot.com, because the https:// is missing, the embedded URL would be treated as a relative path, so the iframe would try and loadhttps://mywebsite.com/mychatbot.com/embed...