Can user open debug tools at application? #430
-
|
Can user open debug tools at application? |
Beta Was this translation helpful? Give feedback.
Answered by
GarboMuffin
Jun 13, 2022
Replies: 1 comment
-
|
I assume you're talking about Electron/WKWebView/NW.js applications. You should assume that anyone using your application can access developer tools similar to the one in your browser. It's not hard to edit the application to make that happen or to extract the project and run it in a normal browser instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
piw-piw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you're talking about Electron/WKWebView/NW.js applications. You should assume that anyone using your application can access developer tools similar to the one in your browser. It's not hard to edit the application to make that happen or to extract the project and run it in a normal browser instead.