Skip to content

Commit

Permalink
fix: YouTube text to main policy and update last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Apr 11, 2024
1 parent 8d71d56 commit 91657e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions portal/templates/portal/privacy_notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ <h6 id="third-party-cookies">6.3 Third party cookies</h6>
(desktop/tablet/phone), screen resolution, location (city/country), language, and similar metadata). Mouseflow
does not collect any information on pages where it is not installed, nor does it track or collect information
outside your web browser.</p>
<p><strong>YouTube</strong>. While embedded YouTube videos on our website do not use cookies, your browser's
Local Storage may be used by the video platform provider to enhance your viewing experience and collect
analytics data. This data enables the platform to track your interaction with the video content and may
gather information about your device and browsing behavior. The use of Local Storage by embedded video
providers is subject to their respective policies.</p>

<h6>6.4 Managing and disabling cookies</h6>
<p>We make available a cookie management platform on our portal (provided by
Expand Down
2 changes: 1 addition & 1 deletion portal/views/legal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def privacy_notice(request):
return render(
request,
"portal/privacy_notice.html",
{"last_updated": "25th January 2023", "last_updated_children": "25th January 2023"},
{"last_updated": "11th April 2024", "last_updated_children": "11th April 2024"},
)


Expand Down

0 comments on commit 91657e6

Please sign in to comment.