-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I am setting up a local server on my Android device with the termux app/environment+nodejs. This is just a simple http server I am running locally on the device. I would like to be able to register the nodejs server via webhook, but because of the https check in place, it is rejected as a "Invalid URL".
Describe the solution you'd like
Either a way to bypass HTTPS requirement for webhooks in settings, or explicitly allow-listing localhost as non-https.
Describe alternatives you've considered
Setting up the nodejs server with a self-signed cert, I'll see if I can get this to work.
Additional context
N/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request