Jasperora commented on issue #51836: URL: https://github.com/apache/airflow/issues/51836#issuecomment-2994003448
Hi @carlos54, I think this issue is related to this one [#50373 ](https://github.com/apache/airflow/issues/50373). Because the script is blocked, these buttons cannot work. [Line 49 in airflow/airflow-core/src/airflow/ui/src/pages/Security.tsx](https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/ui/src/pages/Security.tsx#L49C6-L49C48) I have tried changing this line into `sandbox="allow-scripts allow-same-origin allow-forms"`, and it works for me. However, this might not be a good way to solve this issue. -- 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]
