dosubot[bot] commented on issue #31434: URL: https://github.com/apache/superset/issues/31434#issuecomment-2541341033
<!-- Answer --> Ensure that there are no other configurations or middleware that might be overriding your settings. Here are a few steps to troubleshoot further: 1. **Check for Conflicts**: Make sure there are no other settings or middleware (like a reverse proxy) that might be setting the `X-Frame-Options` header to `sameorigin`. 2. **Order of Configuration**: Ensure that the `TALISMAN_CONFIG` and `HTTP_HEADERS` are correctly placed in your `superset_config.py` and that there are no other conflicting configurations. 3. **Restart Superset**: After making changes to the configuration, restart your Superset instance to apply the new settings. 4. **Browser Cache**: Clear your browser cache or try accessing the site in an incognito window to ensure you're not seeing cached headers. 5. **Inspect Headers**: Use browser developer tools to inspect the response headers and confirm what `X-Frame-Options` is being set to. This can help identify if the header is being set elsewhere. If these steps don't resolve the issue, consider checking any web server or proxy configurations that might be affecting the headers. <!-- 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/252afe6e-4421-473f-bc1e-63eec1824082?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/252afe6e-4421-473f-bc1e-63eec1824082?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/252afe6e-4421-473f-bc1e-63eec1824082?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/252afe6e-4421-473f-bc1e-63eec1824082?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/252afe6e-4421-473f-bc1e-63eec1824082?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/252afe6e-4421-473f-bc1e-63eec1824082?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]
