pierrejeambrun commented on code in PR #52257:
URL: https://github.com/apache/airflow/pull/52257#discussion_r2175031907


##########
airflow-core/src/airflow/ui/src/pages/Iframe.tsx:
##########
@@ -44,10 +44,14 @@ export const Iframe = () => {
     return <ErrorPage />;
   }
 
+  // The following iframe sandbox setting is intentionally less restrictive.
+  // ONLY trusted contents can be framed within Iframe.
+  const sandbox = "allow-same-origin allow-forms";

Review Comment:
   We should also allow script there I think. Same as in "Security".



-- 
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]

Reply via email to