Skip to content

Commit

Permalink
** test GHA files changed from build **
Browse files Browse the repository at this point in the history
  • Loading branch information
irahopkinson committed Nov 15, 2024
1 parent fc00c79 commit 5e90bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const NONCE_CHARS_LENGTH = stringLength(NONCE_CHARS);
* Create a nonce that is at least 128 bits long and should be (is not currently) cryptographically
* random. See nonce spec at https://w3c.github.io/webappsec-csp/#security-nonces
*
* RANDOM papi.d.ts change. Delete me.
*
* WARNING: THIS IS NOT CURRENTLY CRYPTOGRAPHICALLY SECURE! TODO: Make this cryptographically
* random! Use some polymorphic library that works in all contexts?
* https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues only works in browser
Expand Down

0 comments on commit 5e90bd5

Please sign in to comment.