mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -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 uuid = require('uuid')
|
||||||
|
|
||||||
var CspStrategy = {}
|
var CspStrategy: any = {}
|
||||||
|
|
||||||
var defaultDirectives = {
|
var defaultDirectives = {
|
||||||
defaultSrc: ['\'self\''],
|
defaultSrc: ['\'self\''],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue