Skip to content

Commit

Permalink
Reference tracker-wiki in report
Browse files Browse the repository at this point in the history
  • Loading branch information
baltpeter committed Dec 11, 2023
1 parent 5eeedac commit 6ba8233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/en/report.typ
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In total, there were {{ trackHarResult.length }} requests detected that transmit
{% for adapterSlug, adapterResult in findings %}
=== {{ adapterSlug }} (TODO: nicer title)

The app sent the following {{ adapterResult.requests.length }} requests to the tracker "{{ adapterSlug }}" (TODO: nicer title) (TODO: tracker URL), operated by "{{ adapterResult.adapter.tracker.name }}".
The app sent the following {{ adapterResult.requests.length }} requests to the tracker "{{ adapterSlug }}" (TODO: nicer title) (TODO: tracker URL), operated by "{{ adapterResult.adapter.tracker.name }}". For details on how the requests to this tracker were decoded and the reasoning for how the transmitted information was determined, see the documentation in the Tweasel Tracker Wiki#footnote[The documentation for "{{ adapterSlug }}" (TODO: nicer title) is available at: https://trackers.tweasel.org/t/{{ adapterSlug }}].

{% for request in adapterResult.requests %}
{% set harEntry = harEntries[request.harIndex] %}
Expand Down

0 comments on commit 6ba8233

Please sign in to comment.