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:
parent
7aabe17860
commit
744c1784c3
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ export default defineNuxtConfig({
|
|||
'upgrade-insecure-requests': true,
|
||||
},
|
||||
permissionsPolicy: {
|
||||
fullscreen: ['\'self\'', 'https:', 'http:'],
|
||||
fullscreen: '*',
|
||||
},
|
||||
},
|
||||
rateLimiter: false,
|
||||
|
|
Loading…
Reference in a new issue