Remove unused jquery.cookie dependency and add no-cookies notice to f…#735
Remove unused jquery.cookie dependency and add no-cookies notice to f…#735Wdhanashri wants to merge 2 commits intoprecice:masterfrom
Conversation
…ooter The jquery.cookie library was loaded but never used Added a privacy notice to the footer confirming the site does not use cookies or tracking. Addresses precice#49
|
@Wdhanashri thanks! How did you confirm that no cookies are set? We should be rather sure before adding such a notice. What happens in pages where we embed from YouTube, for example? Here is one: https://precice.org/community-contribute-to-precice.html |
|
@MakisH I verified by auditing the codebase:
The only edge case is YouTube after playback — if we want to be fully accurate, we could soften the notice to "No first-party cookies" or "No cookies on this page" on pages without embeds. Happy to adjust the wording. |
There was a problem hiding this comment.
Pull request overview
This PR removes the unused jquery.cookie dependency from the site header and adds a privacy notice to the footer stating that the site does not use cookies or tracking (Issue #49).
Changes:
- Removed the
jquery.cookieCDN script include from_includes/head.html. - Added a “No cookies. No tracking.” notice with an icon to
_includes/footer.html.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
_includes/head.html |
Removes the unused jquery.cookie script include from the global page header. |
_includes/footer.html |
Adds a privacy/cookie notice to the site footer. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@Wdhanashri again: consider Copilot for what it is and address what you feel makes sense. I just wanted some help in reviewing. |
Adjusted footer text to "This website does not use cookies"
|
Thanks for all the updates! The footer currently looks like this (looks a bit of an outlier, but still):
I am leaving this open until I get a second opinion. @chlorenz since you briefly looked at this at some point, what do you think? (I hope you read here) |
|
According to Firefox Dev Tools, it looks like the new mailercloud newsletter uses a challenge from We could just add a subscribe button and link to the standalone webform instead. What do you think @MakisH |
I agree. This would also make the page lighter. |
|
This pull request has been mentioned on preCICE Forum on Discourse. There might be relevant details there: https://precice.discourse.group/t/gsoc-2026-dhanashri-wankhade/2754/1 |

The jquery.cookie library was loaded but never used Added a privacy notice to the footer confirming the site does not use cookies or tracking. Addresses #49