• Resolved dionysios

    (@dionysios)


    Hi,
    Many users complaining that translation is not working. Sometimes does but others does not. I notice that too. I have already done with no result:
    1. clean or disable cache
    2. done all updates
    3. reset plugins code

    In case that may help I notice these warnings on inspector.
    https://ibb.co/Dw28PL3
    https://ibb.co/my98RWP

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I think the error message explains a lot:

    (index):341 Refused to load the script ‘https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2’ because it violates the following Content Security Policy directive: “script-src ‘self’ ‘unsafe-inline’ ‘unsafe-eval'”. Note that ‘script-src-elem’ was not explicitly set, so ‘script-src’ is used as a fallback.

    You need to configure your Content Security Policy directive properly, so that it does not block the scripts you use. It is set as a response header.

    Please consult your developer who configured it for you.

    Thanks! ??

    Hi, I m in the same situation, and I m developer but I don’t know how to approach that.. I ve a horrible CSP but also not working:

    <meta http-equiv=”Content-Security-Policy” content=”default-src * ‘unsafe-inline’ ‘unsafe-eval'” />

    Some extra idea? thanks!

    solved, was a conflictive plugin.. that’ all! thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Translation not working’ is closed to new replies.