mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #59] I can open DevTools #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tinshade on GitHub (Jun 11, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/59
I don't know if you know this and couldn't find a workaround but I can simply press F12 to open DevTools for your application. Alongside that, I can do pretty much everything I can with Chrome except browsing, of course.
If you know a way to fix this, please tell me how to. I am currently working on a Python - EEL project and I find this to be a major issue.
Thanks in advance.

@brentvollebregt commented on GitHub (Jun 11, 2019):
I am fully aware of this and have no issues with it being available.
I don't really see a reason why this should be blocked as I have no problem with people executing commands and looking at the source. This is run on their machine so there is no issue.
Thank you very much for raising this. If you want to stop Chrome DevTools being opened in your application, I recommend re-thinking why this is required and remembering to never trust the client side; the client and server should be completely separate with the server doing necessary checks.
@brentvollebregt commented on GitHub (Jun 12, 2019):
Sorry, I jumped to my opinion on this. Why do you believe this is an issue? What needs to be prevented in this applications interface?
@tinshade commented on GitHub (Jun 12, 2019):
I am writing this application for professional use. Opening of DevTools in an EXE is not a good idea, neither a good impact, let alone the security and code integrity concerns.
@brentvollebregt commented on GitHub (Jun 12, 2019):
I meant what are the reasons for auto-py-to-exe as you have opened the issue on the repository for auto-py-to-exe.