From e2b2638625702029fe1a19ac12907ec2c875e3f7 Mon Sep 17 00:00:00 2001 From: Dhanur Sharma Date: Thu, 15 Jan 2026 17:35:20 -0600 Subject: [PATCH] CORS whitelist SMCE test --- config/settings/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings/base.py b/config/settings/base.py index e0ef74c5..0ca1cee8 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -103,6 +103,7 @@ "https://localhost:4200", "http://localhost:4200", "https://science.data.nasa.gov", + "https://d2vsr84ys2zd7q.cloudfront.net", ] # MIGRATIONS