rusackas commented on code in PR #23537:
URL: https://github.com/apache/superset/pull/23537#discussion_r1159019177
##########
docs/docs/security.mdx:
##########
@@ -194,6 +196,25 @@ TALISMAN_CONFIG = {
}
```
+#### Other Talisman security considerations
+
+Setting `TALISMAN_ENABLED = True` will invoke Talisman's protection with its
default arguments,
+of which `content_security_policy` is only one. Those can be found in the
+[Talisman documentation](https://pypi.org/project/flask-talisman/) under
*Options*.
Review Comment:
```suggestion
[Talisman documentation](https://pypi.org/project/flask-talisman/) under
*Options*.
```
--
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]