Conversation
ghost
left a comment
There was a problem hiding this comment.
This PR carries over a defect from the original PR: it appears to copy/paste, possibly with modifications, the individual headers in the standard security policy into the .ic-assets.json5 files in the various project templates.
This defeats the purpose of the security policy settings, because it means that developers who use these templates will have to manually propagate future changes to the standard security policy headers into their projects' configuration files.
If the project templates do actually need different headers than those in the standard security policy, then this PR should introduce some description of what those differences are and the reasoning behind them.
Once that rationale is better understood, we can evaluate whether and how to make those changes in a way that is better from a DRY perspective.
f66a3ce to
fb5a256
Compare
Description
New design for the frontend templates used by
dfx newFixes # SDK-1896
Replaces: #4003