Antonio-Maranhao opened a new pull request, #1527: URL: https://github.com/apache/couchdb-fauxton/pull/1527
## Overview Add an alternative implementation for when crypto.randomUUID() is not available in the environment. This can happen because crypto.randomUUID() is only available in the browser under a secure context (HTTPS or localhost), so if Fauxton is accessed via HTTP the function won't exist and cause the app to fail. ## Testing recommendations No change in behavior - should be enough that CI passes. ## GitHub issue number n/a ## Related Pull Requests n/a ## Checklist - [x] Code is written and works correctly; - [x] Changes are covered by tests; - [ ] Documentation reflects the changes; - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/main/rebar.config.script) with the correct tag once a new Fauxton release is made -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
