We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217d7d3 commit 36f5a3dCopy full SHA for 36f5a3d
internal/report/report.tmpl
@@ -53,10 +53,14 @@ Could you please review this case and take appropriate action?
53
All evidence files are included in this report package.
54
55
56
-{{if .Notes}}
+{{if or .Notes (ne .UACount 1)}}
57
## Notes
58
59
-{{.Notes}}
+{{if ne .UACount 1}}Testing was performed using multiple User-Agents.
60
+A representative screenshot is attached.
61
+Additional screenshots and evidence are available upon request.
62
+
63
+{{end}}{{.Notes}}
64
{{end}}
65
{{if .AbuseContactsList}}## Abuse Contacts
66
0 commit comments