From d6bdeea5d7d940c6169207fdfe77efd6054991df Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Wed, 24 Jul 2024 12:41:50 -0400 Subject: [PATCH] apps: mark prefix matching for CORS allowed origins as deprecated (#897) --- specification/resources/apps/models/apps_string_match.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/resources/apps/models/apps_string_match.yml b/specification/resources/apps/models/apps_string_match.yml index 0bf30184d..dd06a4731 100755 --- a/specification/resources/apps/models/apps_string_match.yml +++ b/specification/resources/apps/models/apps_string_match.yml @@ -15,6 +15,7 @@ properties: maxLength: 256 minLength: 1 example: https://www.example.com + deprecated: true regex: type: string