Last updated: 27 July 2026
- This notice explains how Family Federation For World Peace and Unification uses personal data when you - visit familyfed.ie, contact us, or interact with content supplied by another service. + This policy explains how Family Federation For World Peace and Unification collects, uses, protects and + retains personal data when you visit familyfed.ie, contact us, or interact with content supplied by + another service.
Cookie Notice
-- Cookies are small pieces of information stored on or read from your device. Similar technologies include - local storage, pixels and identifiers used by embedded services. -
- -| Provider or technology | -Purpose | -When it is used | -
|---|---|---|
| Familyfed.ie | -- The public site does not currently set first-party advertising or marketing cookies. - | -No first-party advertising or marketing cookie is set by us. | -
| Cloudflare security technologies | -- Protecting the site, managing traffic, detecting malicious activity and maintaining network - reliability. Cloudflare may set strictly necessary cookies when a security feature requires them. - | -Only when required by the applicable security or network feature. | -
| Cloudflare Web Analytics | -Aggregated page-use and website performance measurement. | -- On site visits. Cloudflare states that this service does not use cookies or local storage for its - usage metrics. - | -
| YouTube | -- Displaying videos; service functionality, security, analytics, personalisation and advertising may - be provided by Google. - | -- When pages containing an embedded YouTube player load and when you interact with a player. Cookie - names and lifetimes are controlled by Google and may depend on your Google settings. - | -
- You can delete or block cookies through your browser settings. Blocking third-party content may prevent - embedded videos from working. If we introduce another optional analytics, advertising or marketing - technology, we will update this notice and request consent before using it where required. -
-Your data protection rights
Subject to the GDPR and applicable limitations, you may ask us to:
-
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index 9da28f27..710b0f64 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -98,7 +98,7 @@ const contactArticleHtml = articleHtml
message.formData.set("_subject", message.subject);
message.formData.set("_replyto", message.email);
message.formData.set("site", "familyfed.ie");
- message.formData.set("privacy_notice_version", "2026-07-27");
+ message.formData.set("privacy_policy_version", "2026-07-27");
try {
const response = await fetch(config.endpoint, {
diff --git a/src/pages/privacy.astro b/src/pages/privacy.astro
index 06a4aa42..ef11c1fb 100644
--- a/src/pages/privacy.astro
+++ b/src/pages/privacy.astro
@@ -5,8 +5,8 @@ import articleHtml from "../content/pages/privacy.html?raw";
---