rusackas commented on code in PR #23537: URL: https://github.com/apache/superset/pull/23537#discussion_r1159018795
########## docs/docs/security.mdx: ########## @@ -150,7 +151,8 @@ It's extremely important to correctly configure a Content Security Policy when d prevent many types of attacks. Superset provides two variables in `config.py` for deploying a CSP: - `TALISMAN_ENABLED` defaults to `False`; set this to `True` in order to implement a CSP -- `TALISMAN_CONFIG` holds the actual the policy definition (*see example below*). +- `TALISMAN_CONFIG` holds the actual the policy definition (*see example below*) as well as any Review Comment: ```suggestion - `TALISMAN_CONFIG` holds the actual the policy definition (*see example below*) as well as any ``` -- 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]
