mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
8 lines
165 B
Go
8 lines
165 B
Go
package header
|
|
|
|
const (
|
|
// Any wildcard value for header lists.
|
|
Any = "*"
|
|
// Deny disallows embedding/access (used in frame/permission headers).
|
|
Deny = "DENY"
|
|
)
|