User.js: Why is devtools.chrome.enabled included?

Created on 12 Sep 2016  路  2Comments  路  Source: pyllyukko/user.js

What makes devtools.chrome.enabled a privacy/security threat?

question

Most helpful comment

It was introduced in 9715f3cc7e85da807f3872bb29d2bbc79615387f to make sure remote debugging is not enabled/available.

But apparently it has some additional features, such as limiting scratchpad privileges.

And also apparently to defend against self-XSS (yes, it's a thing) attacks:

All 2 comments

The Chrome DevTools are a set of web authoring and debugging tools built into Google Chrome.

Are you a chrome developer? If so, exclude it.
Aren't you a dev? Leave it included.

It was introduced in 9715f3cc7e85da807f3872bb29d2bbc79615387f to make sure remote debugging is not enabled/available.

But apparently it has some additional features, such as limiting scratchpad privileges.

And also apparently to defend against self-XSS (yes, it's a thing) attacks:

Was this page helpful?
0 / 5 - 0 ratings