If your webpage has implemented Content Security Policy (CSP) rules in order to improve security, it is possible that the rules implemented are too restrictive and are preventing Helppier's correct behaviour.
Usually, it is only necessary to add Helppier's domain ('*.helppier.com') to your currently existing rules list but, in some cases, it may be necessary to fine tune it one by one.
We recommend that our domain is added to the following rules:
default-src: Fallback to every other rule.
connect-src: allows HTTP requests
script-src: allows Helppier to be injected in the webpage
font-src: allows Helppier custom font to be displayed
style-src: allows Helppier CSS rules to be applied in order to properly display the widget
image-src: Helppier may display some images in your bubbles
You might also need to add the rule blob: in the worker-src depending on how you have setup the rules.
Comments
0 comments
Please sign in to leave a comment.