ashb commented on a change in pull request #21406:
URL: https://github.com/apache/airflow/pull/21406#discussion_r801480917



##########
File path: airflow/www/views.py
##########
@@ -1760,6 +1761,7 @@ def trigger(self, session=None):
                 'airflow/trigger.html',
                 dag_id=dag_id,
                 origin=origin,
+                html_attr_escaped_origin=html.escape(origin, quote=True),

Review comment:
       I don't see where this value is used in templates? Have I just missed it?




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


Reply via email to