| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 03e6d0d commit e7f1d57
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -364,7 +364,7 @@ function initializePolicy() { | |||
| 364 | 364 | const realIntegrities = new Map(); | |
| 365 | 365 | const integrityEntries = SRI.parse(experimentalPolicyIntegrity); | |
| 366 | 366 | let foundMatch = false; | |
| 367 | - for (var i = 0; i < integrityEntries.length; i++) { | ||
| 367 | + for (let i = 0; i < integrityEntries.length; i++) { | ||
| 368 | 368 | const { | |
| 369 | 369 | algorithm, | |
| 370 | 370 | value: expected | |
| Back | FazBrowse Home | New Git URL |
0 commit comments