| @@ -187,8 +187,13 @@ | ||
| 187 | 187 | 'usage_events_pushed', |
| 188 | 188 | 'onboarding_completed', |
| 189 | 189 | 'onboarding_user_details', |
| 190 | 190 | 'onboarding_lead_sent_at', |
| 191 | + // Recipient addresses default to this site's admin email, and an | |
| 192 | + // import writes options directly, bypassing the sanitiser and the | |
| 193 | + // scheduler; a restored key would arm this site's weekly revenue | |
| 194 | + // report to another site's addresses. | |
| 195 | + \SureDonation\Inc\Emails\Email_Reports::OPTION_KEY, | |
| 191 | 196 | ]; |
| 192 | 197 | } |
| 193 | 198 | |
| 194 | 199 | /** |