mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 17:24:12 +00:00
fix(cors): add sv-frontend IP to CORS and CSRF whitelist
Add http://10.10.181.104:3000 (sv-frontend staging) to allow cross-origin form submissions from the staging frontend to the CMS API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d90657c2cf
commit
290c2af40f
1 changed files with 2 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ export default buildConfig({
|
|||
'http://localhost:3001',
|
||||
'http://10.10.180.153:3000',
|
||||
'http://10.10.180.153:3001',
|
||||
'http://10.10.181.104:3000',
|
||||
'https://dev.zh3.de',
|
||||
'https://porwoll.de',
|
||||
'https://www.porwoll.de',
|
||||
|
|
@ -199,6 +200,7 @@ export default buildConfig({
|
|||
'http://localhost:3001',
|
||||
'http://10.10.180.153:3000',
|
||||
'http://10.10.180.153:3001',
|
||||
'http://10.10.181.104:3000',
|
||||
'https://dev.zh3.de',
|
||||
'https://porwoll.de',
|
||||
'https://www.porwoll.de',
|
||||
|
|
|
|||
Loading…
Reference in a new issue