fix: use JIT cli setting instead of policy setting (see https://github.com/secureblue/secureblue/issues/304)

This commit is contained in:
qoijjj
2024-07-10 09:51:53 -07:00
committed by GitHub
parent f9784d83d7
commit df4a19f280
2 changed files with 0 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
{
"DefaultJavaScriptJitSetting": 2,
"DefaultSensorsSetting": 2,
"EnableMediaRouter": false,
"AccessibilityImageLabelsEnabled": false,

View File

@@ -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`