mirror of
https://github.com/linuxserver/docker-firefox.git
synced 2026-03-09 00:03:36 +08:00
remove old fullscreens
This commit is contained in:
parent
316debd07d
commit
efa6e8dc08
@ -22,7 +22,6 @@ RUN \
|
||||
fi && \
|
||||
apk add --no-cache \
|
||||
firefox==${FIREFOX_VERSION} && \
|
||||
sed -i 's|</applications>| <application title="Mozilla Firefox" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
|
||||
echo "**** default firefox settings ****" && \
|
||||
FIREFOX_SETTING="/usr/lib/firefox/browser/defaults/preferences/firefox.js" && \
|
||||
echo 'pref("datareporting.policy.firstRunURL", "");' > ${FIREFOX_SETTING} && \
|
||||
|
||||
@ -22,7 +22,6 @@ RUN \
|
||||
fi && \
|
||||
apk add --no-cache \
|
||||
firefox==${FIREFOX_VERSION} && \
|
||||
sed -i 's|</applications>| <application title="Mozilla Firefox" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
|
||||
echo "**** default firefox settings ****" && \
|
||||
FIREFOX_SETTING="/usr/lib/firefox/browser/defaults/preferences/firefox.js" && \
|
||||
echo 'pref("datareporting.policy.firstRunURL", "");' > ${FIREFOX_SETTING} && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user