try removing allow-credentials
This commit is contained in:
parent
dfd2f3eeff
commit
2c4a0efe9c
|
@ -4,4 +4,4 @@ web:
|
|||
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
|
||||
#allow-credentials: false
|
||||
|
|
Loading…
Reference in New Issue