Why do browsers allow switching off Javascript? -


am curious why modern browsers allow switching off javascript.

it's clear substantial modern web application need integrate high level of javascript, why cant javascript made integral part of browser? becomes more annoying when option off default (ie!!)

my opinion is, should made standard browsers have javascript option enabled default.

what guys think?

i'm sure you're venting here, being able turn off javascript thing many reasons both developer , otherwise:

  • makes easier debug problems html , css
  • helps lot of privacy issues
  • can avoid malware , other security issues
  • speeds browser, reduces memory leaks, etc

also, fwiw, there no browser ships default of javascript being off, ie included. perhaps you're dealing corporate installation customized defaults?


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -