Skip to content

Commit fef136a

Browse files
committed
emoji embarked
1 parent ca10fb9 commit fef136a

File tree

1,188 files changed

+9
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,188 files changed

+9
-0
lines changed

src/frontend/apps/impress/conf/default.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ server {
1111
add_header X-Frame-Options DENY always;
1212
}
1313

14+
# Emoji fallback system
15+
# Try specific emoji, then fallback to a default emoji if not found
16+
location ~* ^/assets/fonts/emoji/([^/]+)\.png$ {
17+
try_files $uri /assets/fonts/emoji/2757.png;
18+
19+
add_header Cache-Control "public, max-age=31536000, immutable";
20+
add_header X-Frame-Options DENY always;
21+
}
22+
1423
location ~ "^/docs/[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/?$" {
1524
try_files $uri /docs/[id]/index.html;
1625

551 Bytes
923 Bytes
557 Bytes
458 Bytes
562 Bytes
403 Bytes
682 Bytes
561 Bytes
603 Bytes

0 commit comments

Comments
 (0)