Skip to content

Commit

Permalink
Merge pull request #278 from vejja/extend-ssg-csp
Browse files Browse the repository at this point in the history
feat(csp): hashStyles option
  • Loading branch information
Baroshem authored Nov 9, 2023
2 parents 34f81ac + 75b3999 commit 5e843b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ security: {
exclude: [/node_modules/, /\.git/]
},
ssg: {
hashScripts: true
hashScripts: true,
hashStyles: false
}
}
```
Expand Down

0 comments on commit 5e843b7

Please sign in to comment.