Skip to content

Commit

Permalink
Add 'use strict' to csp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Dec 6, 2018
1 parent 9dca7c5 commit 62a6cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/csp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const { createHash } = require('crypto')

const createCspHeader = (options, {
Expand Down

0 comments on commit 62a6cef

Please sign in to comment.