Skip to content

Commit

Permalink
Remove the referrer from Webserver to Scarf (apache#42901)
Browse files Browse the repository at this point in the history
This will make sure we don't receive any information about the Webserver URL sending the info like the number of plugins and such.
  • Loading branch information
kaxil authored Oct 11, 2024
1 parent a81066e commit 39f8e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/www/templates/airflow/dags.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,6 @@ <h2>{{ page_title }}</h2>
}
</script>
{% if scarf_url %}
<img referrerpolicy="no-referrer-when-downgrade" src="{{ scarf_url }}" width="0" height="0" alt="" style="display:none;" />
<img referrerpolicy="no-referrer" src="{{ scarf_url }}" width="0" height="0" alt="" style="display:none;" />
{% endif %}
{% endblock %}
1 change: 0 additions & 1 deletion docs/apache-airflow/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,3 @@ The telemetry data collected is limited to the following:
- Number of DAGs
- Number of Airflow plugins
- Number of timetables, Flask blueprints, Flask AppBuilder views, and Flask Appbuilder menu items from Airflow plugins
- and information from tracking pixels like URL / IP-address as documented in the `Scarf Privacy Policy <https://about.scarf.sh/privacy-policy>`__.

0 comments on commit 39f8e1d

Please sign in to comment.