Skip to content

Commit d52aaf1

Browse files
authored
Update privacy policy (#300)
Resolves #299. PRs in the future that integrate Hydrant with third-parties (eg, #197) should update this privacy policy as well
1 parent 2deb104 commit d52aaf1

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

src/components/Footers.tsx

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,43 @@ function PrivacyPolicyDialog() {
139139
<Dialog.Body>
140140
<Flex direction="column" gap={4}>
141141
<Text>
142-
Hydrant does not store any of your data outside of your
143-
browser. Data is only transmitted upstream when you export
144-
to Google Calendar. When you export to Google Calendar,
145-
Hydrant sends calendar information to Google to place into
146-
your calendar.
142+
SIPB self-hosts an open-source analytics platform called{" "}
143+
<ChakraLink colorPalette="blue" asChild>
144+
<Link
145+
target="_blank"
146+
rel="noreferrer"
147+
to="https://plausible.io/"
148+
>
149+
Plausible Analytics
150+
</Link>
151+
</ChakraLink>{" "}
152+
to track usage of Hydrant. A{" "}
153+
<ChakraLink colorPalette="blue" asChild>
154+
<Link
155+
target="_blank"
156+
rel="noreferrer"
157+
to="https://plausible.io/data-policy"
158+
>
159+
limited amount of information
160+
</Link>
161+
</ChakraLink>
162+
, including page URLs, HTTP Referer strings, browser and
163+
operating system information, device type, and what city you
164+
are in, is sent anonymously for analytics purposes. No
165+
personally identifiable information is ever collected or
166+
stored, and none of this information ever leaves SIPB.
147167
</Text>
148168
<Text>
149169
No data is transmitted otherwise. That means that our
150-
servers do not store your class or calendar information. If
151-
you never export to Google Calendar we never send your data
170+
servers do not store your class or calendar information, and
171+
all data stays on your device. If you never export your
172+
class data, such as to Matrix, we never send your data
152173
anywhere else.
153174
</Text>
175+
<Text>
176+
We do not, and will never, share any user data with third
177+
parties without your explicit consent.
178+
</Text>
154179
</Flex>
155180
</Dialog.Body>
156181
<Dialog.Footer>

0 commit comments

Comments
 (0)