ungoogled-software/ungoogled-chromium

Add "StrictExtensionIsolation" flag Back

Open

#1,874 opened on Mar 26, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wanted

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

Contributor guide