mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-13 12:12:50 +00:00
Fix type in csp.ts
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
d44144630f
commit
df94e0a64f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { config } from './config'
|
|||
|
||||
var uuid = require('uuid')
|
||||
|
||||
var CspStrategy = {}
|
||||
var CspStrategy: any = {}
|
||||
|
||||
var defaultDirectives = {
|
||||
defaultSrc: ['\'self\''],
|
||||
|
|
Loading…
Reference in a new issue