Fetch Metadata Headers

{% if has_data %}
HeaderValue
Sec-Fetch-Site{{ site }}
Sec-Fetch-Mode{{ mode }}
Sec-Fetch-Dest{{ dest }}
Sec-Fetch-User{{ user }}

Policy Decision

{% if policy %} {% endif %}
FieldValue
Decision {% if allowed %} Allowed {% elif report_only %} Blocked (report-only) {% else %} Blocked {% endif %}
Reason{{ reason }}
Allowed Sites{{ policy.allowed_sites|default_if_none:"-"|join:", " }}
Allow Navigations{{ policy.allow_navigations|default_if_none:"-" }}
Fail Open{{ policy.fail_open|default_if_none:"-" }}
{% else %}

No Fetch Metadata data available for this request.

Check that FetchMetadataMiddleware is in your MIDDLEWARE setting.

{% endif %}