mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-12-24 06:17:00 +00:00
fix: use JIT cli setting instead of policy setting (see https://github.com/secureblue/secureblue/issues/304)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"DefaultJavaScriptJitSetting": 2,
|
||||
"DefaultSensorsSetting": 2,
|
||||
"EnableMediaRouter": false,
|
||||
"AccessibilityImageLabelsEnabled": false,
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
*The policies set here include a subset of those found in the [brace policy file](https://github.com/divestedcg/Brace/blob/master/brace/etc/chromium/policies/managed/brace.json). All policies that are deprecated, identical to the default, or only for ChromeOS have been removed.*
|
||||
|
||||
**Disable Javascript JIT**
|
||||
|
||||
`"DefaultJavaScriptJitSetting": 2`
|
||||
|
||||
**Do not allow any site to access sensors**
|
||||
|
||||
`"DefaultSensorsSetting": 2`
|
||||
|
||||
Reference in New Issue
Block a user