| Header | Value |
|---|---|
| Sec-Fetch-Site | {{ site }} |
| Sec-Fetch-Mode | {{ mode }} |
| Sec-Fetch-Dest | {{ dest }} |
| Sec-Fetch-User | {{ user }} |
| Field | Value |
|---|---|
| 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:"-" }} |
No Fetch Metadata data available for this request.
Check that FetchMetadataMiddleware is in your MIDDLEWARE setting.