mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
WebClient: use standard HTML5 video tag
video-js does not work well with CSP Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
||||
{{define "title"}}{{.Title}}{{end}}
|
||||
|
||||
{{- define "extra_css"}}
|
||||
<style>
|
||||
<style {{- if .CSPNonce}} nonce="{{.CSPNonce}}"{{- end}}>
|
||||
.shortcut {font-family: monospace; color: #666;}
|
||||
.cm-editor {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user