Skip to content

Commit

Permalink
Update microsoft-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 28, 2025
1 parent ab0df27 commit 567595a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions webtop_kde/rootfs/usr/bin/microsoft-edge
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
BIN=/usr/bin/microsoft-edge-real

# Run normally on privved containers or modified un non priv
if grep -q 'Seccomp:.0' /proc/1/status; then
${BIN} \
--password-store=basic \
"$@" > /dev/null 2>&1
else
${BIN} \
${BIN} \
--password-store=basic \
--no-sandbox \
--test-type \
"$@" > /dev/null 2>&1
fi

0 comments on commit 567595a

Please sign in to comment.