PluginProbe
SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers / 2.0.0
SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers v2.0.0
2.0.2 2.0.1 2.0.0 1.9.5 trunk 0.0.4 0.0.5 0.0.6 1.0.0 1.0.1 1.1.0 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 All 31 releases
suremails / src / utils / constants.js

constants.js in SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers 2.0.0, at src/utils/constants.js

16 lines 355 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export const CONTENT_GUARD_CATEGORIES = {
2 harassment: false,
3 'harassment/threatening': false,
4 sexual: false,
5 hate: false,
6 'hate/threatening': false,
7 illicit: false,
8 'illicit/violent': false,
9 'self-harm/intent': false,
10 'self-harm/instructions': false,
11 'self-harm': false,
12 'sexual/minors': false,
13 violence: false,
14 'violence/graphic': false,
15 };
16