Skip to content

Commit

Permalink
feat: Enable useStrictCSP for cssInjectedByJsPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jsip committed Dec 5, 2023
1 parent 48e1f98 commit 2d5708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export default {
VERSION: JSON.stringify(VERSION),
},

plugins: [cssInjectedByJsPlugin()],
plugins: [cssInjectedByJsPlugin({useStrictCSP: true})],
};

0 comments on commit 2d5708e

Please sign in to comment.