kaxil commented on code in PR #50236: URL: https://github.com/apache/airflow/pull/50236#discussion_r2075335092
########## airflow-core/docs/howto/run-behind-proxy.rst: ########## @@ -51,6 +51,11 @@ To do so, you need to set the following setting in your ``airflow.cfg``:: } } +- Some parts of the UI are rendered inside iframes (Auth managers security links for instance), you need to make sure that you are not setting a restricted CSP for iframe rendering + such as ``frame-ancestors 'none'``. You can set the CSP header in your reverse proxy configuration, for example: Review Comment: Two colons so it renders it as a code-block -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org