Verify Web delivery on arcforges.com and disable workers.dev - #3
Merged
Merged
Conversation
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.
Change
Use
https://arcforges.comas the Web delivery and verification endpoint. The owner has attached this custom domain toarcforges-web; CI now verifies that mapping before deployment and the versioned Wrangler configuration disables the duplicateworkers.deventry point.Real browser checks found that Cloudflare injected its analytics beacon into custom-domain HTML while ordinary HTTP requests did not see it. Public responses now use
no-transformwithout relaxing CSP. Every main deployment runs both byte/header/404 verification and the existing Chromium, Firefox and WebKit suite against the actual domain before creating a release.Validation
npm run check(9 unit/component/delivery tests)npm run buildandnpm run test:e2e(12 tests across three browsers)Deployment
The existing API token needs no additional permissions. Domain mappings stay managed in Cloudflare; deployment only reads and validates them and does not alter DNS or other Workers. A missing/wrong mapping fails before deployment. Production verification of
no-transformand the disabled default host requires the main deployment; PR tests remain credential-free.The first real bootstrap deployment already passed: https://github.com/ArcForges/Web/actions/runs/35030151116 . This PR does not claim a C# Cloud/Container integration. Recovery is a source revert or operator rollback followed by public identity verification, as documented in
docs/deploying.md.