I've seen a lot of posts with this question. But apparently, they're all outdated. There's any chance to disable that execution nowadays?
EDIT: Chrome Console, I'm trying to deny any javascript execution that any user writes on the console.
I've seen a lot of posts with this question. But apparently, they're all outdated. There's any chance to disable that execution nowadays?
EDIT: Chrome Console, I'm trying to deny any javascript execution that any user writes on the console.
Per your comment:
I'm trying to deny any javascript execution that any user writes on the console
This request is impossible. Users can execute whatever JavaScript they would like. They can also choose to disable any or all of your JavaScript.