Skip to content

Commit 14aabb3

Browse files
authored
Merge pull request #37 from pierroberto/typo-docs
Update README.md
2 parents 45451ea + 7c531ab commit 14aabb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ new CspHtmlWebpackPlugin({
117117
'script-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"],
118118
'style-src': ["'unsafe-inline'", "'self'", "'unsafe-eval'"]
119119
}, {
120-
enabled: true
120+
enabled: true,
121121
hashingMethod: 'sha256',
122122
hashEnabled: {
123123
'script-src': true,

0 commit comments

Comments
 (0)