Skip to content

Commit 54e7b08

Browse files
authored
Merge pull request #1310 from NASA-IMPACT/new-url-cors
Added https://science.data.nasa.gov/ to CORS Allowed origins
2 parents c4776d8 + 24b3417 commit 54e7b08

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ repos:
6161
- types-requests
6262

6363
- repo: https://github.com/PyCQA/bandit
64-
rev: '1.7.0'
64+
rev: "1.7.0"
6565
hooks:
6666
- id: bandit
67-
args: ['-r', '--configfile=bandit-config.yml']
67+
args: ["-r", "--configfile=bandit-config.yml"]
68+
additional_dependencies:
69+
- pbr
6870

6971
- repo: https://github.com/zricethezav/gitleaks
70-
rev: 'v8.0.4'
72+
rev: "v8.0.4"
7173
hooks:
7274
- id: gitleaks
73-
args: ['--config=gitleaks-config.toml']
74-
75-
75+
args: ["--config=gitleaks-config.toml"]
7676

7777
ci:
7878
autoupdate_schedule: weekly

config/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"http://sciencediscoveryengine.nasa.gov",
103103
"https://localhost:4200",
104104
"http://localhost:4200",
105+
"https://science.data.nasa.gov/",
105106
]
106107

107108
# MIGRATIONS

0 commit comments

Comments
 (0)