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:
Martin Porwoll 2026-02-17 17:23:35 +00:00
parent d90657c2cf
commit 290c2af40f

View file

@ -188,6 +188,7 @@ export default buildConfig({
'http://localhost:3001', 'http://localhost:3001',
'http://10.10.180.153:3000', 'http://10.10.180.153:3000',
'http://10.10.180.153:3001', 'http://10.10.180.153:3001',
'http://10.10.181.104:3000',
'https://dev.zh3.de', 'https://dev.zh3.de',
'https://porwoll.de', 'https://porwoll.de',
'https://www.porwoll.de', 'https://www.porwoll.de',
@ -199,6 +200,7 @@ export default buildConfig({
'http://localhost:3001', 'http://localhost:3001',
'http://10.10.180.153:3000', 'http://10.10.180.153:3000',
'http://10.10.180.153:3001', 'http://10.10.180.153:3001',
'http://10.10.181.104:3000',
'https://dev.zh3.de', 'https://dev.zh3.de',
'https://porwoll.de', 'https://porwoll.de',
'https://www.porwoll.de', 'https://www.porwoll.de',