Update privacy page with final Video.js privacy notice - #208
Draft
heff wants to merge 1 commit into
Draft
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(Don't worry, I had real lawyers write the content of this policy)
Summary
Replaces the copy on the
/privacypage 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).src/pages/privacy.jsx/privacy(unchanged — Gatsby mapssrc/pages/privacy.jsx→/privacy)/privacy) is unchanged and still resolves.Layout→Seo→Container, matching the rest of the site.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.The notice includes the line:
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.--loader:.jsx=jsx) — no syntax errors.Note: a full
gatsby buildwas 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.