| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0fd89cc commit 7e7a816
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -372,7 +372,7 @@ function initializePolicy() { | |||
| 372 | 372 | const realIntegrities = new Map(); | |
| 373 | 373 | const integrityEntries = SRI.parse(experimentalPolicyIntegrity); | |
| 374 | 374 | let foundMatch = false; | |
| 375 | - for (var i = 0; i < integrityEntries.length; i++) { | ||
| 375 | + for (let i = 0; i < integrityEntries.length; i++) { | ||
| 376 | 376 | const { | |
| 377 | 377 | algorithm, | |
| 378 | 378 | value: expected | |
| Back | FazBrowse Home | New Git URL |
0 commit comments