From 88446ec9c99300661b9edb94d82557be5e66c8e7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Jan 2018 11:19:19 -0200 Subject: Adds --site-per-process into chromium wrappers --- chromium-extensions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chromium-extensions') diff --git a/chromium-extensions b/chromium-extensions index 7fdd0e9..221f061 100755 --- a/chromium-extensions +++ b/chromium-extensions @@ -1,8 +1,9 @@ # # Wrapper around chromium to enable extensions # See https://wiki.debian.org/Chromium#Extensions +# https://www.chromium.org/Home/chromium-security/site-isolation # if which chromium 2> /dev/null; then - CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium $* + CHROMIUM_FLAGS="$CHROMIUM_FLAGS --site-per-process --enable-remote-extensions" chromium $* fi -- cgit v1.2.3