Can I disable the Pandion console?
Is there any way to disable the F12 key and prevent the console from being opened? We have users opening the console and sending messages to other users that they dont see on their rosters from it.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?
/src/main/handle_keyboard.js
Remove this code:
else if ( k == 123 )
// F12: show console
{
dial_console();
}
I’m starting an arms race
The company says
this answers the question
-
Thank you so much. Worked great. -
Inappropriate?It looks like making the change in handle keyboard.js only disabled the console from the main window. If a user has a conversation open with another user, they can still bring up the console using F12. Is there any way to keep it from working across the board?
I’m frustrated again
-
Inappropriate?Delete console.html
Or nuke it from orbit, it's the only way to be sure.
1 person says
this answers the question
-
Inappropriate?Thanks. As a test I deleted lines 632-635 from ContainerCode.js before deciding to nuke the whole file. That seems to have done the trick as well.
I’m happy
Loading Profile...



EMPLOYEE