File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,16 @@ dawn_enable_vulkan_validation_layers = false
2929# See https://chromium-review.googlesource.com/c/chromium/src/+/2774898.
3030enable_pseudolocales = false
3131
32- is_cfi = false
33-
3432# Make application name configurable at runtime for cookie crypto
3533allow_runtime_configurable_key_storage = true
3634
3735# CET shadow stack is incompatible with v8, until v8 is CET compliant
3836# enabling this flag causes main process crashes where CET is enabled
3937# Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=357
4038enable_cet_shadow_stack = false
39+
40+ # For similar reasons, disable CFI, which is not well supported in V8.
41+ # Chromium doesn't have any problems with this because they do not run
42+ # V8 in the browser process.
43+ # Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=281
44+ is_cfi = false
You can’t perform that action at this time.
0 commit comments