c5f6a28448
In addition, the Access-Control-Allow-Origin header is set to the same URL if an Origin header is found in the request (experimental). Signed-off-by: Michael Mayer <michael@photoprism.app>
6 lines
53 B
Go
6 lines
53 B
Go
package header
|
|
|
|
const (
|
|
Any = "*"
|
|
Deny = "DENY"
|
|
)
|