mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Add alt text viewer for attachments
This commit is contained in:
parent
d62d267c60
commit
ef4a2aa0c2
3 changed files with 26 additions and 7 deletions
|
|
@ -42,6 +42,9 @@ export default defineNuxtConfig({
|
|||
},
|
||||
crossOriginResourcePolicy: "cross-origin",
|
||||
xFrameOptions: "DENY",
|
||||
permissionsPolicy: {
|
||||
fullscreen: ["'self'", "blob:"],
|
||||
},
|
||||
},
|
||||
rateLimiter: {
|
||||
headers: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue