We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nonce
1 parent bd1e0d8 commit a5d6c2bCopy full SHA for a5d6c2b
packages/angular/build/src/utils/index-file/index-html-generator.ts
@@ -78,6 +78,8 @@ export class IndexHtmlGenerator {
78
this.csrPlugins.push(inlineCriticalCssPlugin(this));
79
}
80
81
+ this.csrPlugins.push(addNoncePlugin());
82
+
83
// SSR plugins
84
if (options.generateDedicatedSSRContent) {
85
this.ssrPlugins.push(addEventDispatchContractPlugin(), addNoncePlugin());
0 commit comments