RealTun commented on issue #31434:
URL: https://github.com/apache/superset/issues/31434#issuecomment-2541338180
@dosu i added it, sill get same error
```
TALISMAN_ENABLED = True
TALISMAN_CONFIG = {
"content_security_policy": {
"frame-ancestors": ["*.127.0.0.1:5500", "*.localhost:3000"],
}
}
HTTP_HEADERS = {
'X-Frame-Options': 'ALLOWALL'
}
```
--
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]