From 09f08ddea5ddaf3baeb28fd1816df1517df2a563 Mon Sep 17 00:00:00 2001 From: Rubiozito Date: Fri, 24 Oct 2025 00:15:53 -0300 Subject: [PATCH] fix: add www subdomain to allowed origins in bucket_stack.py --- iac/iac/bucket_stack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/iac/iac/bucket_stack.py b/iac/iac/bucket_stack.py index aa0ce1c..be53c52 100644 --- a/iac/iac/bucket_stack.py +++ b/iac/iac/bucket_stack.py @@ -27,6 +27,7 @@ def __init__(self, scope: Construct, construct_id: str, *, stage: str = "TEST", "https://dev.knowly.dev.br", "https://hml.knowly.dev.br", "https://knowly.dev.br", + "https://www.knowly.dev.br", "http://localhost:3000"], allowed_headers=["*"], exposed_headers=["ETag"],