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 03e6d0d commit e7f1d57Copy full SHA for e7f1d57
lib/internal/bootstrap/pre_execution.js
@@ -364,7 +364,7 @@ function initializePolicy() {
364
const realIntegrities = new Map();
365
const integrityEntries = SRI.parse(experimentalPolicyIntegrity);
366
let foundMatch = false;
367
- for (var i = 0; i < integrityEntries.length; i++) {
+ for (let i = 0; i < integrityEntries.length; i++) {
368
const {
369
algorithm,
370
value: expected
0 commit comments