mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
fix: fullscreen permissions (#453)
attempt fixing issues with going fullscreen by configuring the Content Security Policy
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||||
<meta name='theme-color' content='#121212' />
|
<meta name='theme-color' content='#121212' />
|
||||||
<meta name='ontime' content='ontime - event timer manager' />
|
<meta name='ontime' content='ontime - event timer manager' />
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="fullscreen 'self';">
|
||||||
<link rel='apple-touch-icon' href='/logo192.png' />
|
<link rel='apple-touch-icon' href='/logo192.png' />
|
||||||
<link
|
<link
|
||||||
rel='icon'
|
rel='icon'
|
||||||
|
|||||||
Reference in New Issue
Block a user