You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/07 11:18:20 UTC

[GitHub] [airflow] ashb commented on a change in pull request #7653: [AIRFLOW-6914] Add a default robots.txt

ashb commented on a change in pull request #7653: [AIRFLOW-6914] Add a default robots.txt
URL: https://github.com/apache/airflow/pull/7653#discussion_r404730936
 
 

 ##########
 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:
   !! This should call `{{ super() }}`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services