2026-06-18 17:09:40 +02:00
|
|
|
# Cloudflare Pages headers for demo.pcbjam.com.
|
|
|
|
|
# Cross-origin isolation is REQUIRED for KiCad WASM (SharedArrayBuffer + threads).
|
|
|
|
|
# The big WASM/content blobs are cross-origin on cdn.pcbjam.com and satisfy COEP
|
|
|
|
|
# via their own CORP/ACAO headers (a Cloudflare Transform Rule on that hostname).
|
|
|
|
|
/*
|
|
|
|
|
Cross-Origin-Opener-Policy: same-origin
|
|
|
|
|
Cross-Origin-Embedder-Policy: require-corp
|
2026-08-07 11:52:25 +02:00
|
|
|
|
|
|
|
|
# Never index the free staging hostname. This absolute rule is inert on the
|
|
|
|
|
# production Pages/custom-domain deployments that reuse this file.
|
|
|
|
|
https://pcbjam-editor-staging.pcbjam-staging.workers.dev/*
|
|
|
|
|
X-Robots-Tag: noindex, nofollow
|