Turnstile enabled in Bricks form creates console errors in Dev tools

Browser: Chrome 110
OS: macOS

I noticed that the Cloudflare Turnstile widget is being blocked by a server-side Content Security Policy (CSP). I’ve been trying to resolve this for quite some time (even in older versions), but the issue seems to lie with Bricks, as suggested by my server guys.

response from my server guys dhosting.pl

Our administrators have investigated the matter and there are no server-side blockages. Furthermore, we have tested another website using Turnstile and were unable to reproduce the issue on our servers. In this situation, you will need to contact the developers of the builder you are using to clarify the cause.

URL:
Problem can be seen on the page where turnstile is ON

https://t3.darius.ovh/turnstile-on/

https://t3.darius.ovh/turnstile-off/

Test: The installation is clean (just WordPress + Bricks Builder)

Video: Short screen recording that illustrates this issue is here

my htaccess file is empty, its empty website, has only bricks added

BEGIN LSCACHE

END LSCACHE

BEGIN NON_LSCACHE

END NON_LSCACHE

BEGIN WordPress

The directives (lines) between “BEGIN WordPress” and “END WordPress” are

dynamically generated, and should only be modified via WordPress filters.

Any changes to the directives between these markers will be overwritten.

RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPressEND WordPress
1 Like

I see the same, except after a few seconds there is an extra warning.