dosubot[bot] commented on issue #31434:
URL: https://github.com/apache/superset/issues/31434#issuecomment-2541331777
<!-- Answer -->
Ensure that the `TALISMAN_CONFIG` is correctly set in your
`superset_config.py` file and that Superset is restarted after making these
changes. Additionally, verify that the `X-Frame-Options` header is not being
set elsewhere in your configuration or by any reverse proxy or web server in
front of Superset.
If the issue persists, you might want to explicitly set the
`X-Frame-Options` header to `ALLOWALL` in the `HTTP_HEADERS` configuration:
```python
HTTP_HEADERS = {
'X-Frame-Options': 'ALLOWALL'
}
```
Make sure that `TALISMAN_ENABLED` is set to `True` and that there are no
conflicting settings in your environment. After making these changes, restart
Superset to ensure the new settings take effect.
<!-- Dosu Comment Footer -->
*To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
---
<sup>Help Dosu learn! Give it feedback: [Great
Response](https://app.dosu.dev/response-feedback/ffe1c106-bc46-4049-9efe-059a0f2efeb5?feedback_type=great_response)
| [Irrelevant
Answer](https://app.dosu.dev/response-feedback/ffe1c106-bc46-4049-9efe-059a0f2efeb5?feedback_type=irrelevant_answer)
| [Incorrect
Sources](https://app.dosu.dev/response-feedback/ffe1c106-bc46-4049-9efe-059a0f2efeb5?feedback_type=incorrect_sources)
| [Too
Verbose](https://app.dosu.dev/response-feedback/ffe1c106-bc46-4049-9efe-059a0f2efeb5?feedback_type=too_verbose)
|
[Hallucination](https://app.dosu.dev/response-feedback/ffe1c106-bc46-4049-9efe-059a0f2efeb5?feedback_type=hallucination)
|
[Other](https://app.dosu.dev/response-feedback/ffe1c106-bc46-4049-9efe-059a0f2efeb5?feedback_type=other)</sup>
--
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]