Stage F.γ reference for the fully public hosting mode on proto-platform. No login. No Entra sign-in. No Basic Auth prompt. Anyone with the URL sees this page.
Two separate fs approvals were needed to publish this app:
basic_auth_disabled: true — dropping the shared password prompt.public_access_approved: true — explicitly acknowledging the app is public.Both flip the access-review gate on the PR. The plan requires both to be present in the same merged commit before the wrapper Worker lets an anonymous request through.
The <meta name="robots"> tag and the wrapper Worker's X-Robots-Tag: noindex supplementary header ask crawlers to skip the page, but the primary control is the fact that we explicitly agreed to make it public.
Source: demos/public-demo/public/. Manifest: apps.yaml → public-demo. Pipeline: pipelines/deploy-public-demo.yml.