Skip to content

Commit 62a6cef

Browse files
authored
Add 'use strict' to csp.js
1 parent 9dca7c5 commit 62a6cef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/csp.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict'
2+
13
const { createHash } = require('crypto')
24

35
const createCspHeader = (options, {

0 commit comments

Comments
 (0)