Skip to content

Crypto: randomUUID() is only available in a secure context #562

@pwretmo

Description

@pwretmo

The frontend app makes use of the Crypto: randomUUID() method from the Web Crypto API. That method is only available in secure contexts. Hence the application only works when using HTTPS or when running on localhost (which is also a secure context). In non-secure contexts, the web app fails with Uncaught TypeError: crypto.randomUUID is not a function and the browser does not render any content.

The tool looks very promising! Great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions