Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the referrer from Webserver to Scarf #42901

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>`__.