Revert "try removing allow-credentials"
This reverts commit 2c4a0efe9c
.
This commit is contained in:
parent
2c4a0efe9c
commit
f1290a1e56
|
@ -4,4 +4,4 @@ web:
|
||||||
allowed-methods: [ HEAD, GET, POST, PUT, DELETE, PATCH ]
|
allowed-methods: [ HEAD, GET, POST, PUT, DELETE, PATCH ]
|
||||||
allowed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition, x-tenant ]
|
allowed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition, x-tenant ]
|
||||||
exposed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition ]
|
exposed-headers: [ Authorization, Cache-Control, Content-Type, Content-Disposition ]
|
||||||
#allow-credentials: false
|
allow-credentials: false
|
||||||
|
|
Loading…
Reference in New Issue