Releases: slackhq/csp-html-webpack-plugin
Releases · slackhq/csp-html-webpack-plugin
HtmlWebpackPlugin 4 Support
- HtmlWebpackPlugin 4 support (Finally merged in PR #23) from @sibiraj-s
- Addition of new
additionalOption
:devAllowUnsafe
to allowunsafe-inline
andunsafe-eval
to still be present in the generated policy, even if the dev specifiesunsafe-inline/eval
in their own policy from @AnujRNair