We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to use an Overlay widget from MixItUp, and it's failing, please make it so the following url format is valid?
http://localhost:8111/overlay/e10e3a4e-9b85-4606-946c-8ff9f96bfe28
The box says "This is not a valid URL, it should look like this: http(s)://(www.)twitch.tv"
The text was updated successfully, but these errors were encountered:
I never thought about loading a locally hosted layout and that's why my regex doesn't match localhost
You can edit the app.asar file and search for this string (should be located in your ghost chat installation folder, contents/resources/app.asar)
/^https?:\/\/(?:www\.)?[-\w@:%.+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b[-\w()@:%+.~#?&/=]*$/
replace this with an empty string and it should work
Sorry, something went wrong.
No branches or pull requests
Describe the feature you'd like to request
Trying to use an Overlay widget from MixItUp, and it's failing, please make it so the following url format is valid?
http://localhost:8111/overlay/e10e3a4e-9b85-4606-946c-8ff9f96bfe28
The box says "This is not a valid URL, it should look like this: http(s)://(www.)twitch.tv"
The text was updated successfully, but these errors were encountered: