dosubot[bot] commented on issue #31597: URL: https://github.com/apache/superset/issues/31597#issuecomment-2558813720
<!-- Greeting --> Hello @psongyoo! I'm here to help you with any bugs or questions you have in Superset. I'm a bot designed to assist you while you wait for a human maintainer. Let's tackle this together! <!-- Answer --> Superset has security features, including a Content Security Policy (CSP), that might block external resources like Google Fonts. This policy can prevent the loading of external resources unless explicitly allowed. You can configure the CSP in the `TALISMAN_CONFIG` variable in `config.py` to allow specific external resources if needed. Additionally, the `.htaccess` file in Superset's documentation includes a CSP header that restricts font sources to `'self'`, which would block external font resources like Google Fonts unless the CSP is modified to allow them <sup>[[1]](https://github.com/apache/superset/blob/master/docs/docs/security/security.mdx)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/docs/static/.htaccess)</sup>. <!-- 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/c1ef1a96-2356-4fe4-b2b7-ee808ebb68ef?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/c1ef1a96-2356-4fe4-b2b7-ee808ebb68ef?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/c1ef1a96-2356-4fe4-b2b7-ee808ebb68ef?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/c1ef1a96-2356-4fe4-b2b7-ee808ebb68ef?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/c1ef1a96-2356-4fe4-b2b7-ee808ebb68ef?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/c1ef1a96-2356-4fe4-b2b7-ee808ebb68ef?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]
