From b4094bba9ec515c53acca28fd14cd9682304130a Mon Sep 17 00:00:00 2001 From: kevinhongzl Date: Wed, 25 Jun 2025 22:21:40 +0800 Subject: [PATCH 1/4] fix: enable iframe script execution --- airflow-core/src/airflow/ui/index.html | 2 ++ airflow-core/src/airflow/ui/src/pages/Security.tsx | 4 +++- airflow-core/src/airflow/ui/src/vite-env.d.ts | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/index.html b/airflow-core/src/airflow/ui/index.html index e3f4f943f2530..5522fe1d39e4d 100644 --- a/airflow-core/src/airflow/ui/index.html +++ b/airflow-core/src/airflow/ui/index.html @@ -3,6 +3,8 @@ + Airflow diff --git a/airflow-core/src/airflow/ui/src/pages/Security.tsx b/airflow-core/src/airflow/ui/src/pages/Security.tsx index 3a6061478ebad..6d9d4d60ca773 100644 --- a/airflow-core/src/airflow/ui/src/pages/Security.tsx +++ b/airflow-core/src/airflow/ui/src/pages/Security.tsx @@ -43,14 +43,16 @@ export const Security = () => { return ; } + /* eslint-disable react/iframe-missing-sandbox */ return (