Skip to content

support non-localhost http URL#28

Open
cocktailpeanut wants to merge 1 commit into
mut-ex:mainfrom
cocktailpeanut:main
Open

support non-localhost http URL#28
cocktailpeanut wants to merge 1 commit into
mut-ex:mainfrom
cocktailpeanut:main

Conversation

@cocktailpeanut

Copy link
Copy Markdown

When running this locally behind a local proxy (0.0.0.0 and exposed as URLs like 192.168.1.144), the ui fails to run because it uses webcrypto to generate random numbers and IDs https://stackoverflow.com/a/46671627

Since these features are only used for generating random numbers and not security related features, there's no reason to limit this to run behind localhost or https URLs.

With this PR the app runs properly behind all URLs.

@cocktailpeanut cocktailpeanut changed the title support none-localhost http URL support non-localhost http URL Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant