Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Feb 17, 2025
1 parent b841ce2 commit 23082b8
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions src/pages/privacyNotice/adults/Cookies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,21 @@ const Cookies: FC<CookiesProps> = () => (
other services relating to website activity and internet usage. Google may
also transfer this information to third parties where required to do so by
law, or where such third parties process the information on Google&apos;s
behalf. <strong>Please note: since the release of Google Analytics 4,
Google Analytics does not log or store IP addresses.</strong> You can read
more about user data collection by Google Analytics 4
<a href="https://support.google.com/analytics/answer/12017362?hl=en"
target="_blank">here</a>. By accepting analytics / performance cookies
on our portal, you consent to the processing of data about you by Google
in the manner and for the purposes set out above.
behalf.{" "}
<strong>
Please note: since the release of Google Analytics 4, Google Analytics
does not log or store IP addresses.
</strong>{" "}
You can read more about user data collection by Google Analytics 4
<a

Check failure on line 147 in src/pages/privacyNotice/adults/Cookies.tsx

View workflow job for this annotation

GitHub Actions / main / test / test-js-code

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations

Check failure on line 147 in src/pages/privacyNotice/adults/Cookies.tsx

View workflow job for this annotation

GitHub Actions / main / test / test-js-code

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
href="https://support.google.com/analytics/answer/12017362?hl=en"
target="_blank"
>
here
</a>
. By accepting analytics / performance cookies on our portal, you consent
to the processing of data about you by Google in the manner and for the
purposes set out above.
</Typography>
<Typography>
<strong>Mouseflow.</strong> We also use Mouseflow on our portal; this
Expand Down

0 comments on commit 23082b8

Please sign in to comment.