Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 4368ac9

Browse files
Fix SHA integrity for initial load and tracing-all-with-zone scripts (#163)
1 parent c00a831 commit 4368ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
216216
ocSampleRate = 1.0;
217217
</script>
218218
<script src="https://unpkg.com/@opencensus/web-scripts@0.0.5/dist/initial-load-all.js"
219-
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
219+
integrity="sha384-Yjf1HlvVBAtNApsvjYTZEJj9zLfUCfSJkLMseUTmRivMj92Ri2OKnfb2kkyGqdil"
220220
async crossorigin="anonymous">
221221
</script>
222222
</body>
@@ -249,7 +249,7 @@ trace sample rate via an `ocSampleRate` global variable as well.
249249
```html
250250
...
251251
<script src="https://unpkg.com/@opencensus/web-scripts@0.0.5/dist/tracing-all-with-zone.js"
252-
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
252+
integrity="sha384-0Y5xp9Nl9nmXYL7GgTb0sz8HmFxRYlh+8wWgks5qb1NCg9h7XiKogm15uIbVaXrN"
253253
async crossorigin="anonymous">
254254
</script>
255255
</body>

0 commit comments

Comments
 (0)