1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-14 21:09:58 +00:00

fix: fix invalid permissions-policy value for fullscreen (#2941)

This commit is contained in:
TAKAHASHI Shuuji 2024-09-19 21:00:39 +09:00 committed by GitHub
parent 7aabe17860
commit 744c1784c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,7 +300,7 @@ export default defineNuxtConfig({
'upgrade-insecure-requests': true,
},
permissionsPolicy: {
fullscreen: ['\'self\'', 'https:', 'http:'],
fullscreen: '*',
},
},
rateLimiter: false,