From 2b42f33fda9733d0ca91c0c1b88cc4df4b7230e8 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sat, 26 Oct 2019 12:12:27 -0400 Subject: [PATCH] Clarify that CORS configuration isn't needed for the Disk service [ci skip] --- guides/source/active_storage_overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index ae5e504972..fb11cd51ba 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -520,6 +520,8 @@ Take care to allow: * `x-ms-blob-content-disposition` (for Azure Storage only) * `x-ms-blob-type` (for Azure Storage only) +No CORS configuration is required for the Disk service since it shares your app’s origin. + #### Example: S3 CORS configuration ```xml -- GitLab