argos/dmp-backend/notification-service/notification-web/target/classes/config/cors.yml

8 lines
309 B
YAML
Raw Normal View History

2023-12-08 10:25:07 +01:00
web:
cors:
enabled: true
allowed-methods: [ HEAD, GET, POST, PUT, DELETE, PATCH ]
allowed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition, x-tenant ]
exposed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition ]
allow-credentials: false