vikashrajgupta commented on issue #27913:
URL: https://github.com/apache/superset/issues/27913#issuecomment-2040402632
@rusackas - Sorry for the incomplete details and also I have tried to change
the `TALISMAN_CONFIG` in my config.py
superset1.greyb.com is hosted on my internal network and its not public yet,
I have also confirmed and there is no blocking or any kind of issue from our
end.
Here is my `TALISMAN_CONFIG` for both production and development mode.
```
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'","https://superset1.greyb.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js"],
"script-src": ["'self'",
"'unsafe-inline'","'unsafe-eval'","'https://superset1.greyb.com'"],
},
"content_security_policy_nonce_in": ["script-src"],
"force_https":False,
}
```
I have tried many things and option related to this but none of them is
working. and whenever I'm accessing with my IP its working fine as shown below.

--
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]