trigger pipeline to build all imgs

This commit is contained in:
Teja Swaroop Pothala 2025-05-04 06:07:15 +00:00
parent 6e49ce48ad
commit f1fe0f9539
No known key found for this signature in database
GPG Key ID: FA5E53D328E228D2
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ done
# Creating a default profile
firefox -headless -CreateProfile "kasm $HOME/.mozilla/firefox/kasm"
# For alpine 3.20 and later, firefox version shows a security nag. Silence it.
# For alpine 3.20 and later, firefox version shows a security nag. Silence it..
if [ "$(printf '%s\n' 3.20 $(cat /etc/alpine-release) | sort -V | head -n 1)" = "3.20" ]; then
echo 'user_pref("security.sandbox.warn_unprivileged_namespaces", false);' > $HOME/.mozilla/firefox/kasm/user.js
chown 1000:1000 $HOME/.mozilla/firefox/kasm/user.js

View File

@ -176,7 +176,7 @@ else
firefox -headless -CreateProfile "kasm $HOME/.mozilla/firefox/kasm"
fi
# Silence Firefox security nag "Some of Firefox's features may offer less protection on your current operating system"
# Silence Firefox security nag "Some of Firefox's features may offer less protection on your current operating system".
echo 'user_pref("security.sandbox.warn_unprivileged_namespaces", false);' > $HOME/.mozilla/firefox/kasm/user.js
chown 1000:1000 $HOME/.mozilla/firefox/kasm/user.js