vikashrajgupta commented on issue #27913:
URL: https://github.com/apache/superset/issues/27913#issuecomment-2040481041
@rusackas - Tried with this config as well getting same error.
```
TALISMAN_CONFIG = {
'contentSecurityPolicy': False,
"content_security_policy": {
"default-src": ["'self'","https://superset1.greyb.com"],
"img-src": ["'self'", "data:","https://superset1.greyb.com"],
"worker-src": ["'self'", "blob:","https://superset1.greyb.com"],
"connect-src": [
"'self'",
"https://api.mapbox.com",
"https://events.mapbox.com",
"https://superset1.greyb.com",
],
"object-src": "'none'",
"style-src": ["'self'",
"'unsafe-inline'","https://superset1.greyb.com"],
"script-src": ["'self'",
"'unsafe-inline'","'unsafe-eval'","https://superset1.greyb.com"],
},
"content_security_policy_nonce_in": ["script-src"],
"force_https":False,
}
```
As I have also mentioned tried a few alternative and a combination as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]