JBR-8138 Disable all JCEF resctrictions except 'allow-dyld-environment-variables'

otherwise V8 can't load
(with error "V8 process OOM (Failed to reserve virtual memory for CodeRange).")
This commit is contained in:
Artem Bochkarev
2025-01-30 09:02:01 +04:00
parent d476d58045
commit a4ffe583a8

View File

@@ -3,14 +3,14 @@
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<false/>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<false/>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<false/>
<key>com.apple.security.cs.disable-library-validation</key>
<false/>
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<false/>
<true/>
</dict>
</plist>