Plugin Support
Laca
(@lacadev)
Hi @rcp2021
Thanks for reaching out!
Based on the console errors, it looks like loader.js is being blocked by your Content Security Policy (CSP). Because of this, the widget scripts can’t load properly on your site.
Please update your CSP script-src rules (in your .htaccess, security plugin, or Cloudflare settings**) to include the following sources that are currently missing:
'self'
'unsafe-inline'
'unsafe-eval'
https://paws4walking.co.uk
https://staging.paws4walking.co.uk
...
https://cdn.trustindex.io ← this one needs to be added
Your browser console already lists which domains are allowed now, and https://cdn.trustindex.io is not yet whitelisted, which is why the widget can’t load.
Once you add it, the widget should display correctly.
Let me know if you need any further assistance.
Kind regards,
Laca from Trustindex
-
This reply was modified 3 months, 3 weeks ago by
Laca.
Plugin Support
Laca
(@lacadev)
We’re glad to hear that we could help!