Skip to content

Commit 6878c42

Browse files
authored
Merge branch 'dev' into 1196-arrange-the-show-100-csv-customize-columns-boxes-to-be-in-one-line-on-the-delta-urls-page
2 parents f47aba8 + a00c38c commit 6878c42

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,8 @@ For each PR made, an entry should be added to this changelog. It should contain
125125
- Changes:
126126
- Added a JavaScript validation check on form submission to ensure the document type (stored in a hidden input) is not empty.
127127
- Display an error message and prevent form submission if the field is empty.
128+
129+
- 1249-add-https-link-to-cors_allowed_origins-for-sde-lrm
130+
- Description: The feedback form API was throwing CORS errors and to rectify that, we need to add the apt https link for sde-lrm.
131+
- Changes:
132+
- Added `https://sde-lrm.nasa-impact.net` to `CORS_ALLOWED_ORIGINS` in the base settings.

config/settings/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
CORS_ALLOWED_ORIGINS = [
9393
"http://localhost:3000",
9494
"http://sde-lrm.nasa-impact.net",
95+
"https://sde-lrm.nasa-impact.net",
9596
"https://sde-qa.nasa-impact.net",
9697
"https://sciencediscoveryengine.test.nasa.gov",
9798
"https://sciencediscoveryengine.nasa.gov",

0 commit comments

Comments
 (0)