LEGAL & PRIVACY

CAPTCHA Both Legal Details

One page, two sections: the Terms of Conditions and the Privacy Policy live together so you can read both without switching tabs. They describe how reCAPTCHA, Cloudflare, and CAPB relate to one another.

Terms of Conditions

This site orchestrates Google reCAPTCHA v3 and Cloudflare Turnstile in a single experience. When you click “Verify Human Identity,” the widgets evaluate your session and return tokens. Our worker posts those tokens back to Google and Cloudflare, checks `success` flags, and reports status without storing raw tokens longer than needed.

We match the verbiage that the vendors expect: please review Google’s terms and Cloudflare’s terms. CAPB simply adds a thin UI layer plus the worker that orchestrates both services.

Things we do not do:

  • We do not repurpose your token data for advertising or analytics beyond the original vendors.
  • We do not store personal data outside the minimal logs needed for debugging.
  • We do not inject trackers or fingerprinting code—only the approved widget scripts run.
  • We do not modify Google or Cloudflare’s scoring or policy decisions.
  • We do not share access keys or secrets with third parties.

This translates into a simple compliance story: CAPB is a portfolio work that demonstrates worker orchestration, documentation, and policy handling within Cloudflare Pages.

Privacy Policy

Visiting `capb.pages.dev` fires only the official widget scripts and the Cloudflare Worker. The only cookies present are the ones set by reCAPTCHA and Turnstile. We do not add analytics cookies, marketing pixels, or tracking beacons.

We do not build user profiles; we do not collect emails, phone numbers, or financial details; we do not keep your browsing history beyond the request headers your browser already sends.

The visitor data flow is: browser → Google & Cloudflare → worker → you see success/failure. Nothing else ingests that stream. The tokens expire quickly and cannot be replayed.

Want more detail? Read the vendor policies:

If you have questions, file a “CAPB Privacy Request” ticket through Cloudflare Pages support and we’ll examine the limited logs we keep.