diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-17 15:56:29 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-17 15:56:29 +0300 |
| commit | 481e89ef002dd440943ce0d36a88fc6a674b9161 (patch) | |
| tree | ac4ec1acfa40c2f898ca631a4f5d1d8f93cea5a3 | |
| parent | 0dc0b9ca108c3afae7e6cb6736e683a38e0029e6 (diff) | |
| download | community.vyos.net-481e89ef002dd440943ce0d36a88fc6a674b9161.tar.gz community.vyos.net-481e89ef002dd440943ce0d36a88fc6a674b9161.zip | |
Add cookies policy page with Cookiebot declaration embed (placeholder CBID)
Embeds Cookiebot's auto-generated cookie declaration table. The
declaration content is served by consent.cookiebot.com and rendered
at display time — this repo only holds the embed shim and intro copy.
The CBID is a <CBID> placeholder that MUST be substituted with the
real value before merging main into production. The PR body's
prerequisite checklist gates this.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
| -rw-r--r-- | site/legal/cookies-policy.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/site/legal/cookies-policy.md b/site/legal/cookies-policy.md new file mode 100644 index 0000000..cfc4427 --- /dev/null +++ b/site/legal/cookies-policy.md @@ -0,0 +1,10 @@ +# Cookie Policy + +This page lists the cookies set by vyos.net. Cookie data is maintained automatically by Cookiebot based on scans of the site. + +For the VyOS privacy policy covering all VyOS properties, see [vyos.io/legal/privacy-policy](https://vyos.io/legal/privacy-policy). + +<script id="CookieDeclaration" + src="https://consent.cookiebot.com/<CBID>/cd.js" + type="text/javascript" + async></script> |
