[ad_1]
Trying to setup this plugin, but are facing this error:
Refused to load the script 'https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&ver=6.4.2' 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.
In my security.conf for nginx I have this:
add_header Content-Security-Policy "default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval';" always;Any clues?
