fix non images always show notifications, add override domain, fix headers
This commit is contained in:
parent
270d531d6e
commit
6040cb0142
3 changed files with 35 additions and 10 deletions
|
@ -25,6 +25,7 @@ declare -A ALLOWED_KEYS=(
|
|||
["x-zipline-image-compression-percent"]="^.+$"
|
||||
["x-zipline-original-name"]="^.+$"
|
||||
["x-zipline-format"]="^.+$"
|
||||
["x-zipline-domain"]="^.+$"
|
||||
)
|
||||
|
||||
REQUIRED_KEYS=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue