Skip to content

Allow http-only URLs for localhost urls #197

@benkaiser

Description

@benkaiser

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions