From ef07431c35f3ea193b9492718463dd3b3747cee2 Mon Sep 17 00:00:00 2001 From: Huzaifa Al Mesbah Date: Fri, 7 Nov 2025 06:14:52 +0600 Subject: [PATCH 1/2] docs: Fix MDN link for Access-Control-Allow-Origin header Update the MDN documentation link to use the correct URL path (/Reference/Headers/ instead of /Headers/) for the Access-Control-Allow-Origin header in the blueprints documentation. --- packages/docs/site/docs/blueprints/02-using-blueprints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/site/docs/blueprints/02-using-blueprints.md b/packages/docs/site/docs/blueprints/02-using-blueprints.md index 33a156c5a5..e891f55fac 100644 --- a/packages/docs/site/docs/blueprints/02-using-blueprints.md +++ b/packages/docs/site/docs/blueprints/02-using-blueprints.md @@ -90,7 +90,7 @@ When your Blueprint gets too wieldy, you can load it via the `?blueprint-url` qu [https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json) -Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin): +Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin): ``` Access-Control-Allow-Origin: * From cbc7203f28352e205f8c6243ff9c44cca736109c Mon Sep 17 00:00:00 2001 From: Huzaifa Al Mesbah Date: Fri, 7 Nov 2025 06:23:18 +0600 Subject: [PATCH 2/2] docs: Correct MDN link for Access-Control-Allow-Origin header --- .../docs/blueprints/tutorial/02-how-to-load-run-blueprints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md b/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md index 845e6db63e..a4b59e28be 100644 --- a/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md +++ b/packages/docs/site/docs/blueprints/tutorial/02-how-to-load-run-blueprints.md @@ -40,7 +40,7 @@ When your Blueprint gets too wieldy, you can load it via the `?blueprint-url` qu [https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json) -Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin): +Note that the Blueprint must be publicly accessible and served with [the correct `Access-Control-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin): ``` Access-Control-Allow-Origin: *