Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Laca

    (@lacadev)

    hi @mystweb

    This issue is usually caused by a Content Security Policy (CSP) restriction blocking our script.

    If you’re using W3 Total Cache, please check the following:

    Go to: WP Admin → Performance → Browser Cache → Security Headers

    Look for: Content Security Policy

    If you see something like:

    script-src 'self'

    Please update it to:

    script-src 'self' https://cdn.trustindex.io;

    Alternatively, you can temporarily disable the CSP setting for testing purposes.
    After making changes, please clear all caches and reload the page.

    Kind regards,
    Laca from Trustindex

    Thread Starter mystweb

    (@mystweb)

    I add it in script-src-elem and script-src and it doesn’t work.

    Thread Starter mystweb

    (@mystweb)

    Hi,

    i have found solution. Thanks for all.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.