Add "StrictExtensionIsolation" flag Back
#1,874 opened on Mar 26, 2022
Repository metrics
- Stars
- (18,674 stars)
- PR merge metrics
- (Avg merge 1d 11h) (9 merged PRs in 30d)
Description
Is your feature request related to a problem? Please describe. till v97.0.4692.71-1.1 chromium there is a flag called Strict Extension Isolation in ungoogled-chromium so now in v99 its removed by by chromium,with disabling this flag in v97 chromium make ~12-14 process now that's flag gone and depend on how much Extension user have its create extra chrome.exe process (mine goes 22-24).so browser get slower and much more ram.and if i want run different instance of ungoogled-chromium in same time it make real problem i have try this --disable-features="StrictExtensionIsolation" but not working. so i asking if its possible restore that flag
Describe the solution you'd like restoring StrictExtensionIsolation flag Describe alternatives you've considered none Additional context none