bbovenzi commented on a change in pull request #16233:
URL: https://github.com/apache/airflow/pull/16233#discussion_r648559782
##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -317,12 +317,12 @@ <h4>Task Actions</h4>
</div>
</form>
<hr style="margin-bottom: 8px;">
- <form method="POST" data-action="{{ url_for('Airflow.success') }}">
- <input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
Review comment:
Why did we remove this? I'm running the branch locally and getting a
`Bad Request The CSRF token is missing.` error when marking a dag run as
success or failure. Task instances work fine.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]