-3

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.

edd2110
  • 326
  • 1
  • 9

1 Answers1

1

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.

zzzzBov
  • 174,988
  • 54
  • 320
  • 367
  • It worth noting that it [was](http://stackoverflow.com/questions/21692646/how-does-facebook-disable-the-browsers-integrated-developer-tools) possible due to the bug in Chrome. – Роман Парадеев Apr 26 '16 at 20:10