How do I configure Content Security Policy for use of ReCaptcha? #21830
Unanswered
nickbaerdt
asked this question in
Q&A / Help
Replies: 2 comments 1 reply
-
i am also getting same error. |
Beta Was this translation helpful? Give feedback.
1 reply
-
In the Superset frontend development environment, asset issues can be resolved by setting the following parameters to TALISMAN_ENABLED = False
ENABLE_ASYNC_QUERIES = False
COMPRESS_REGISTER = False
ENABLE_BUNDLE_PROCESSING = False |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the Superset in a Docker environment and I'm trying to get the AUTH_DB registration process to work but the Google reCaptcha box does not show when I access the registration site over a URL.
Some information about my setup:
reCaptcha is configured correctly as far as I can say. If I access the container over localhost via port forwarding reCaptcha shows and works just fine:
When going over a URL the Content Security Policies hit and the Script cannot be loaded.
I used the different
*_HTTP_HEADERS
possibilities in thesuperset_config.py
file:and these show up in all the other requests but not on this one that should fetch the reCaptcha-Script.
What am I doing wrong? Any help or push in the right direction would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions