slackhq / csp-html-webpack-plugin

A plugin which, when combined with HTMLWebpackPlugin, adds CSP tags to the HTML output.
MIT License
164 stars 40 forks source link

Updates to the readme to clarify best practices and how to configure the plugin #78

Closed AnujRNair closed 3 years ago

AnujRNair commented 3 years ago

Summary

Updates to the readme to clarify best practices and how to configure the plugin As suggested in https://github.com/slackhq/csp-html-webpack-plugin/issues/77

Requirements (place an x in each [ ])

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (6f20e8b) into master (c618ffd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #78   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          108       108           
  Branches        19        19           
=========================================
  Hits           108       108           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c618ffd...6f20e8b. Read the comment docs.

maudnals commented 3 years ago

Looking great :)