mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-14 21:26:54 +00:00
Website privacy-safe analytics and legal footer links (#2318)
* website: add legal links and privacy-aware analytics Add Terms, Privacy, and Security links to the website footer and remove the experimental cookie consent popup to avoid cross-site consent drift with github.com. Gate Hydro analytics loading on browser privacy signals (Do Not Track and Global Privacy Control) so tracking-disabled users are respected without adding custom consent state. Update website security notes to match the current non-modal rendering flow. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d0fdad70-4820-4c24-9e4a-35c82faf31ed * Adopting the footer design from #2327 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Copilot-Session: d0fdad70-4820-4c24-9e4a-35c82faf31ed
This commit is contained in:
@@ -20,6 +20,12 @@ CI blocks on critical and serious violations. Minor and moderate best-practice i
|
||||
|
||||
Authoring conventions: resource cards use `div[role="listitem"]` wrappers, not `<article>`; only add `role="list"` to containers whose direct children are list items; do not nest interactive controls inside another focusable element; `.btn-primary` and ToC links must meet WCAG AA (4.5:1) contrast in both light and dark themes.
|
||||
|
||||
## Security hardening notes
|
||||
|
||||
- The site ships with a baseline meta CSP and `referrer` policy in `src/components/Head.astro`.
|
||||
- Because the site is hosted on GitHub Pages, response headers are not controllable in-repo. For stricter enforcement (for example, header-based CSP with nonce/hashes), place the site behind infrastructure that can set HTTP security headers.
|
||||
- Markdown rendered for detail/file-browser experiences is sanitized with the shared `sanitizeHtml()` helper before insertion.
|
||||
|
||||
## Social preview cards (LinkedIn, etc.)
|
||||
|
||||
Shared links render as large preview cards driven by Open Graph / Twitter meta tags.
|
||||
|
||||
Reference in New Issue
Block a user