What makes devtools.chrome.enabled a privacy/security threat?
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:
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: