CORS origin management #74

Open
opened 2025-12-28 18:00:04 +00:00 by sami · 2 comments
Owner

Originally created by @roman-khimov on GitHub (Mar 21, 2024).

I'm always frustrated when I hear "CORS". But it's inevitable and we have to live with it somehow. Currently we just do "*" (effectively disabling it), but in some cases people might want to have an app-specific gateway.

Describe the solution you'd like

Provide option to configure allowed origins.

Originally created by @roman-khimov on GitHub (Mar 21, 2024). ## Is your feature request related to a problem? Please describe. I'm always frustrated when I hear "CORS". But it's inevitable and we have to live with it somehow. Currently we just do "*" (effectively disabling it), but in some cases people might want to have an app-specific gateway. ## Describe the solution you'd like Provide option to configure allowed origins.
Author
Owner

@roman-khimov commented on GitHub (Mar 21, 2024):

Related to https://github.com/nspcc-dev/neo-go/issues/2777

@roman-khimov commented on GitHub (Mar 21, 2024): Related to https://github.com/nspcc-dev/neo-go/issues/2777
Author
Owner

@roman-khimov commented on GitHub (Dec 1, 2025):

Can be done via container attribute now, see https://github.com/nspcc-dev/neofs-api/issues/355

@roman-khimov commented on GitHub (Dec 1, 2025): Can be done via container attribute now, see https://github.com/nspcc-dev/neofs-api/issues/355
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-rest-gw#74
No description provided.