Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard +40 merge_pr award. New to the repo? See the Contributing guide, and Local Development & SSO to run the app locally (cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.

Description

Context

There's already an OPSEC-SCREENSHOT-PROTECTION.md file in apps/career-board/docs/. The implementation is missing. Generate share-image for a job post that blurs/anonymizes the poster's name.

Acceptance criteria

  • [ ] Worker route /api/jobs/:id/share-image returns a PNG/SVG with poster name redacted
  • [ ] Members can opt out of redaction (screenshot_anonymous=0 on user)
  • [ ] Image generated by Cloudflare's image-rendering API or canvas in worker
  • [ ] OG meta tags on job page point at this share-image

Technical hints

  • Read apps/career-board/docs/OPSEC-SCREENSHOT-PROTECTION.md for the full spec
  • Workers can use @cloudflare/workers-types OffscreenCanvas if needed; otherwise SVG generation is simpler

--- *Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook will auto-award your bounty + the standard merge_pr (40 pts) to your scoreboard account. Email on commit must match your Authentik email.*

Relevant files

No relevant files linked yet.

Hints

No hints yet.

Activity

No points have been awarded for this bounty yet.

Comments

No comments yet. Be the first to weigh in.

↑ Top