Skip to content

Commit

Permalink
Merge pull request #293 from cornell-dti/sarah/privacy_updates
Browse files Browse the repository at this point in the history
updated privacy policy
  • Loading branch information
syoung212 authored Sep 4, 2023
2 parents 605fe8b + adc7773 commit 3f790e2
Showing 1 changed file with 32 additions and 6 deletions.
38 changes: 32 additions & 6 deletions frontend/src/pages/Policies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Policies = (): ReactElement => {
, and other sites we own and operate.
</Typography>
<Typography variant="body2" className={body}>
This policy is effective as of 2 November 2021 and was last updated on 2 November 2021.{' '}
This policy is effective as of 2 November 2021 and was last updated on 3 September 2023.{' '}
</Typography>
<Typography variant="h3" className={h3}>
Information We Collect
Expand Down Expand Up @@ -98,10 +98,39 @@ const Policies = (): ReactElement => {
information will not be further processed in a manner that is incompatible with these
purposes.
</Typography>
<Typography variant="body2" className={body}>
We use Hotjar in order to better understand our users’ needs and to optimize this service
and experience. Hotjar is a technology service that helps us better understand our users’
experience (e.g. how much time they spend on which pages, which links they choose to click,
what users do and don’t like, etc.) and this enables us to build and maintain our service
with user feedback. Hotjar uses cookies and other technologies to collect data on our users’
behavior and their devices. This includes a device's IP address (processed during your
session and stored in a de-identified form), device screen size, device type (unique device
identifiers), browser information, geographic location (country only), and the preferred
language used to display our website. Hotjar stores this information on our behalf in a
pseudonymized user profile. Hotjar is contractually forbidden to sell any of the data
collected on our behalf.
<br />
For further details, please see{' '}
<Link target="_blank" href="https://www.hotjar.com/legal/policies/privacy/">
Hotjar’s privacy policy
</Link>
.
</Typography>
<Typography variant="body2" className={body}>
Please be aware that we may combine information we collect about you with general
information or research data we receive from other trusted sources.
</Typography>
<Typography variant="h4" className={h4}>
Information from Integrated Services like Google
</Typography>
<Typography variant="body2" className={body}>
You can log in to our site using integrated services like Google. This allows for Google to
authenticate your identity as a Cornell student and to provide you the option to share
certain personal information such as your name and email. If you choose to provide such
information, you are giving CU Apartments the permission to use, share, and store it in a
manner consistent with this Privacy Policy.
</Typography>
<Typography variant="h4" className={h4}>
Security of Your Personal Information
</Typography>
Expand Down Expand Up @@ -251,13 +280,10 @@ const Policies = (): ReactElement => {
Contact Us
</Typography>
<Typography variant="body2" className={body}>
For any questions or concerns regarding your privacy, you may contact us using the following
details:
For any questions or concerns regarding your privacy, you may contact us here:
</Typography>
<Typography variant="body2" className={body}>
Bahar Tehranipoor
<br />
<Link href="mailto:bt277@cornell.edu">bt277@cornell.edu</Link>
<Link href="mailto:hello@cornelldti.org">hello@cornelldti.org</Link>
</Typography>
</Container>
);
Expand Down

0 comments on commit 3f790e2

Please sign in to comment.