Skip to content

Commit 573992d

Browse files
author
adamcox-acquired
authored
fix(example-1): [PROD-222] update acquired.js integrity hash (#1)
Updates the integrity hash for acquired.js to the current correct hash.
1 parent 9796d7f commit 573992d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example-1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
</form>
2727
</div>
2828
</body>
29-
<script type="text/javascript" src="https://test-cdn.acquired.com/sdk/v1/acquired.js" integrity="sha384-9GuD+hh/mTAyhQEi+GtYyKB+6rS/C3L9DDa0bpD3G6PeYM2ZmunoFWAMcNE5vJjY" crossorigin="anonymous"></script>
29+
<script type="text/javascript" src="https://test-cdn.acquired.com/sdk/v1/acquired.js" integrity="sha384-+HLcP3jdu10dCNg4oO9Qzm16664+whPiD7ZZpNPLQIDzjjaTtxTNzPQW9EclAYnj" crossorigin="anonymous"></script>
3030
<script type="text/javascript" src="./script.js"></script>
3131
</html>

0 commit comments

Comments
 (0)