From ecfb8c39cb621337195eb5e0e1ce7ff52a56e4d2 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Tue, 13 Aug 2024 11:25:37 -0500 Subject: [PATCH] corrected link target --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b23827..e487b3c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pnpm dev This starts a local server. You can navigate to http://127.0.0.1:5173/ to view the web application. NOTE: As a workaround for deployment to [GitPod](https://gitpod.io/), in which the domain of each application -container is assigned dynamically, this application [disables the CSRF origin check](https://github.com/temporalio/reference-app-orders-web/blob/5a1044ddae5a5f110263b9c464f576384d533036/svelte.config.js#L10-L12). [Pull request #6](https://github.com/temporalio/reference-app-orders-web/pull/5) describes this in more detail, and we recommend reinstating this origin check for improved security in a +container is assigned dynamically, this application [disables the CSRF origin check](https://github.com/temporalio/reference-app-orders-web/blob/5a1044ddae5a5f110263b9c464f576384d533036/svelte.config.js#L10-L12). [Pull request #6](https://github.com/temporalio/reference-app-orders-web/pull/6) describes this in more detail, and we recommend reinstating this origin check for improved security in a real-world deployment.