From 570e7bde84ff5e5e724cc32fc4ac8ba10ff95ec5 Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Fri, 6 Dec 2024 18:10:02 +0000 Subject: [PATCH] Mention the CORS origin we use --- shorturl-s3-lambda/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorturl-s3-lambda/README.md b/shorturl-s3-lambda/README.md index f3f7e89..c962191 100644 --- a/shorturl-s3-lambda/README.md +++ b/shorturl-s3-lambda/README.md @@ -93,7 +93,7 @@ In the "Configuration" tab, go to the "Function URL" section and click on Edit: * Auth type should be NONE * "Configure cross-origin resource sharing" should be enabled: - * Origin can be left as "*", or limited to specific domains + * Origin can be left as "*", or limited to specific origins (e.g. `https://eclipse.dev`) * Expose headers should have: * content-type * access-control-allow-origin