-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsae.html
More file actions
105 lines (89 loc) · 3.53 KB
/
csae.html
File metadata and controls
105 lines (89 loc) · 3.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSAE Standards</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
color: #333;
}
h1 {
color: #1a1a1a;
border-bottom: 2px solid #e0e0e0;
padding-bottom: 10px;
}
h2 {
color: #2c2c2c;
margin-top: 30px;
}
hr {
border: none;
border-top: 1px solid #e0e0e0;
margin: 30px 0;
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
.subtitle {
font-weight: bold;
font-size: 1.1em;
margin: 10px 0;
}
.issued-by {
font-weight: bold;
margin-bottom: 20px;
}
.conclusion {
margin-top: 30px;
font-style: italic;
}
</style>
</head>
<body>
<h1>CSAE Standards</h1>
<div class="subtitle">Standards Against Child Sexual Abuse and Exploitation (CSAE)</div>
<div class="issued-by">Issued by Clementine Health, LLC</div>
<p><strong>Overview</strong><br>
At Clementine Health, LLC, creators of "How Well Do You Know Me??", we are committed to combating child sexual abuse and exploitation (CSAE). We take our responsibility to ensure the safety of all users, especially children, with utmost seriousness. This document outlines our standards and measures to prevent, detect, and address CSAE on our platform.</p>
<hr>
<h2>1. Zero Tolerance Policy</h2>
<p>Clementine Health, LLC has a zero-tolerance policy for any content or behavior involving CSAE. Any violation will result in immediate account termination, and when appropriate, we will report violations to law enforcement and child protection agencies.</p>
<hr>
<h2>2. Proactive Detection and Prevention</h2>
<p>To prevent CSAE-related activities, we enable users to report suspicious content or behavior directly within the app through an accessible and confidential reporting system.</p>
<hr>
<h2>3. Collaboration with Authorities</h2>
<p>For suspected violations, we notify:</p>
<ul>
<li>Law enforcement agencies to report CSAE content and assist in investigations</li>
<li>National Center for Missing & Exploited Children (NCMEC) to ensure compliance with best practices</li>
<li>Technology partners to stay updated on detection and removal tools</li>
</ul>
<hr>
<h2>4. Privacy and Security</h2>
<p>While combating CSAE is a top priority, we are committed to maintaining user privacy. All monitoring processes adhere to data protection laws and are conducted securely and transparently.</p>
<hr>
<h2>5. User Accountability</h2>
<p>To create a safe environment, we enforce:</p>
<ul>
<li>Terms of Service explicitly prohibiting CSAE-related content</li>
<li>Immediate account termination and legal action for violations</li>
</ul>
<hr>
<h2>Contact Information</h2>
<p>To report CSAE-related content or inquire about our policies:</p>
<ul>
<li>Email: how.well.app@gmail.com</li>
</ul>
</div>
</body>
</html>