retornam commented on a change in pull request #7653: [AIRFLOW-6914] Add a
default robots.txt
URL: https://github.com/apache/airflow/pull/7653#discussion_r405098671
##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -21,6 +21,10 @@
{% block page_title %}{{ dag.dag_id }} - Airflow{% endblock %}
+{% block head_meta %}
+ <meta name="robots" content="noindex" />
Review comment:
@ashb sorry can you be a bit clearer / detailed.
----------------------------------------------------------------
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]
With regards,
Apache Git Services