derekl-beep commented on issue #51836: URL: https://github.com/apache/airflow/issues/51836#issuecomment-3001310051
Here's how I patched the image for my Docker-based Airflow installation: ``` FROM apache/airflow:3.0.2 RUN sed -i 's/sandbox:"allow-same-origin allow-forms"/sandbox:"allow-scripts allow-same-origin allow-forms"/' /home/airflow/.local/lib/python3.12/site-packages/airflow/ui/dist/assets/index-*.js ``` Like @Jasperora mentioned, this is a quick fix for dev / testing before the issue is probably fixed. -- 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]
