mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
9 lines
165 B
Go
9 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"
|
|
)
|