Skip to content

Commit

Permalink
fix: fullscreen permissions (#453)
Browse files Browse the repository at this point in the history
attempt fixing issues with going fullscreen by configuring the Content Security Policy
  • Loading branch information
cpvalente authored Jul 17, 2023
1 parent b89d078 commit 4a0d83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='theme-color' content='#121212' />
<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='icon'
Expand Down

0 comments on commit 4a0d83d

Please sign in to comment.