Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 32 additions & 7 deletions src/components/Footers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,43 @@ function PrivacyPolicyDialog() {
<Dialog.Body>
<Flex direction="column" gap={4}>
<Text>
Hydrant does not store any of your data outside of your
browser. Data is only transmitted upstream when you export
to Google Calendar. When you export to Google Calendar,
Hydrant sends calendar information to Google to place into
your calendar.
SIPB self-hosts an open-source analytics platform called{" "}
<ChakraLink colorPalette="blue" asChild>
<Link
target="_blank"
rel="noreferrer"
to="https://plausible.io/"
>
Plausible Analytics
</Link>
</ChakraLink>{" "}
to track usage of Hydrant. A{" "}
<ChakraLink colorPalette="blue" asChild>
<Link
target="_blank"
rel="noreferrer"
to="https://plausible.io/data-policy"
>
limited amount of information
</Link>
</ChakraLink>
, including page URLs, HTTP Referer strings, browser and
operating system information, device type, and what city you
are in, is sent anonymously for analytics purposes. No
personally identifiable information is ever collected or
stored, and none of this information ever leaves SIPB.
</Text>
<Text>
No data is transmitted otherwise. That means that our
servers do not store your class or calendar information. If
you never export to Google Calendar we never send your data
servers do not store your class or calendar information, and
all data stays on your device. If you never export your
class data, such as to Matrix, we never send your data
anywhere else.
</Text>
<Text>
We do not, and will never, share any user data with third
parties without your explicit consent.
</Text>
</Flex>
</Dialog.Body>
<Dialog.Footer>
Expand Down
Loading