Skip to content

Update privacy page with final Video.js privacy notice - #208

Draft
heff wants to merge 1 commit into
mainfrom
claude/update-privacy-notice-3c797a7f89d08154a86700a92fa4a0c1
Draft

Update privacy page with final Video.js privacy notice#208
heff wants to merge 1 commit into
mainfrom
claude/update-privacy-notice-3c797a7f89d08154a86700a92fa4a0c1

Conversation

@heff

@heff heff commented Aug 25, 2026

Copy link
Copy Markdown
Member

(Don't worry, I had real lawyers write the content of this policy)

Summary

Replaces the copy on the /privacy page with the final Video.js Privacy Notice. The full notice is committed as reviewable JSX text so the entire copy change is visible in the diff (no binary doc, image, iframe, or external link).

  • Changed file: src/pages/privacy.jsx
  • Route: /privacy (unchanged — Gatsby maps src/pages/privacy.jsx/privacy)
  • Navigation: The footer "Privacy" link (/privacy) is unchanged and still resolves.
  • Layout preserved: Still wrapped in LayoutSeoContainer, matching the rest of the site.
  • Last Updated date: set to August 24, 2026.

The previous page hard-rendered Last updated: {new Date().toLocaleDateString()} (a live date that changed on every build); this is now a fixed date as required.

Legal wording

The supplied legal wording is reproduced exactly, including capitalization, punctuation, and the source's typos (IP adddress, individauls, connetion, "services they to choose to integrate"). A text-diff check confirmed the rendered page text is a word-for-word match (1078 words) to the approved notice.

⚠️ Reviewer note: "Prior Versions" link

The notice includes the line:

Prior Versions of the Privacy Notice are Available Here (link to prior version)

The current page had no existing "Prior Versions" section and therefore no archive link/destination to preserve. The placeholder text is reproduced verbatim. Please supply the archive URL for the prior version so the reviewer/maintainer can wire up the actual link before this ships.

Verification

  • npm run format (Prettier 1.17, matches repo .prettierrc) — file formatted, no diffs remaining.
  • JSX compiled with esbuild (--loader:.jsx=jsx) — no syntax errors.
  • Automated text-diff of the rendered copy vs. the approved notice — exact match.

Note: a full gatsby build was not run here because it requires network-only prebuild steps (download-plugins/download-version) and a full dependency install; the change is a static content-only page with no new imports or APIs.

Replace the /privacy page copy with the final privacy notice text.
Preserves the existing route, Layout/Container/Seo structure, and footer
navigation link. Sets the Last Updated date to August 24, 2026.

Co-authored-by: Steve Heffernan <steve@mux.com>
@heff heff self-assigned this Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants