in src/client/helpers/bugzilla.tsx [73:99]
export function EtpStrictReportDescription(report: UserReport): string {
return trimStartAll(`**Environment:**
Operating system: ${report.os}
Firefox version: ${report.app_name} ${report.app_version} (${report.app_channel})
**Preconditions:**
- ETP set to STRICT
- Clean profile
**Steps to reproduce:**
1. Navigate to: ${report.url}
2. Step 2
**Expected Behavior:**
text
**Actual Behavior:**
text
**Notes:**
- Not reproducible with ETP STANDARD/turned OFF (both Normal and Private Browsing)
- Reproducible on the latest Nightly
---
Created from webcompat-user-report:${report.uuid}`);
}