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.
1 parent 24534c9 commit 7a3a900Copy full SHA for 7a3a900
packages/angular/build/src/utils/index-file/auto-csp.ts
@@ -9,7 +9,7 @@
9
import { RewritingStream } from 'parse5-html-rewriting-stream';
10
import { StartTag } from 'parse5-sax-parser';
11
import { htmlRewritingStream } from './html-rewriting-stream';
12
-import * as crypto from 'crypto';
+import * as crypto from 'node:crypto';
13
14
/**
15
* The hash function to use for hash directives to use in the CSP.
0 commit comments