I am hosting a streamlit app on an Amazon EC2 instance, and when I access the site using Brave browser I am alerted that a cross-site tracker is being blocked.
# Enables support for Cross-Origin Request Sharing (CORS) protection, for added security.
# Due to conflicts between CORS and XSRF, if `server.enableXsrfProtection` is on and `server.enableCORS` is off at the same time, we will prioritize `server.enableXsrfProtection`.
# Default: true
enableCORS = true