mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04: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…
Add table
Add a link
Reference in a new issue