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 0fd89cc commit 7e7a816Copy full SHA for 7e7a816
lib/internal/bootstrap/pre_execution.js
@@ -372,7 +372,7 @@ function initializePolicy() {
372
const realIntegrities = new Map();
373
const integrityEntries = SRI.parse(experimentalPolicyIntegrity);
374
let foundMatch = false;
375
- for (var i = 0; i < integrityEntries.length; i++) {
+ for (let i = 0; i < integrityEntries.length; i++) {
376
const {
377
algorithm,
378
value: expected
0 commit comments