Skip to content
New issue

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

Permissions are not working when runs thru ngrok #334

Conversation

alexey
Copy link

@alexey alexey commented Aug 23, 2023

Resolves #333

Feature:

Add the ability for the app to allow any IP to open the console.

How:

Add to application file:

config.web_console.allow_from_all = true

@DanielHeath
Copy link

Would that not grant total access to your machine to anyone who knew (or guessed) the ngrok URL?

@gsamokovarov
Copy link
Collaborator

We explicitly made it hard to allow wider access. It's hazardous to expose the web console publicly as an attacker can execute arbitrary code with the permissions of the process that runs the server.

@alexey alexey deleted the 333_permissions_are_not_working_when_runs_thru_ngrok branch June 17, 2024 11:20
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.

Permissions are not working when runs thru ngrok
3 participants