add SVG Tiny Portable/Secure icon for BIMI
https://bimigroup.org/ https://datatracker.ietf.org/doc/html/draft-svg-tiny-ps-abrotman-00
This commit is contained in:
@@ -244,6 +244,13 @@ http {
|
||||
add_header Cache-Control "public, max-age=604800";
|
||||
}
|
||||
|
||||
location = /bimi.svg {
|
||||
include snippets/security-headers.conf;
|
||||
# allow https://bimigroup.org/bimi-generator/ to hotlink the image
|
||||
add_header Cross-Origin-Resource-Policy "cross-origin" always;
|
||||
add_header Cache-Control "public, max-age=604800";
|
||||
}
|
||||
|
||||
location = /mask-icon.svg {
|
||||
include snippets/security-headers.conf;
|
||||
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
||||
|
||||
Reference in New Issue
Block a user