{{ template "layout" . }} {{ define "content" }}
1. URLs 2. Infrastructure 3. Evidence 4. Review

Step 4: Review & Submit

Please review the details of your report before submitting.

Domain & URLs

Domain
{{ .Report.Domain }}
URLs
    {{ range .Report.URLs }}
  • {{ . }}
  • {{ end }}

Violation

Type
{{ .Report.ViolationType }}
Description
{{ .Report.Description }}

Evidence

{{ if .Evidence }} {{ else }}

No evidence provided.

{{ end }}
{{ if .Snapshots }}

URL Text Snapshots

We attempted to capture text-only snapshots of the reported URLs for evidentiary purposes.

{{ range .Snapshots }}
{{ .URL }} {{ if .Error }}(fetch error){{ end }} {{ if .Error }}

Error: {{ .Error }}

{{ else }}
{{ .TextContent }}
{{ end }}
{{ end }}
{{ end }}

Abuse Contacts

{{ if .EmailPreview }}

Email Preview

{{ end }}

Your report will be reviewed by an admin before being sent to abuse contacts.

Back to Evidence
{{ end }}