firefox: remove permissions from mozilla sites to install silently.
This commit is contained in:
parent
01af569194
commit
bffd54d49f
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=90
|
VERSION=91
|
||||||
EXTERNAL='deb-src https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
EXTERNAL='deb-src https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
||||||
REPOKEY=9BDB3D89CE49EC21
|
REPOKEY=9BDB3D89CE49EC21
|
||||||
|
|
||||||
|
|
@ -61,6 +61,10 @@ sed '/If fingerprinting resistance is on/,/}/s/^/\/\//' -i ./dom/base/Navigator.
|
||||||
# Replace ubufox recommendation
|
# Replace ubufox recommendation
|
||||||
sed 's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/' -i debian/control.in
|
sed 's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/' -i debian/control.in
|
||||||
|
|
||||||
|
#Remove exceptions on warnings when installing addons.
|
||||||
|
sed -i '/addons.mozilla.org/d' browser/app/permissions
|
||||||
|
sed -i '/fpn.firefox.com/d' browser/app/permissions
|
||||||
|
|
||||||
# Disable healtreport
|
# Disable healtreport
|
||||||
cat << EOF > toolkit/components/telemetry/healthreport-prefs.js
|
cat << EOF > toolkit/components/telemetry/healthreport-prefs.js
|
||||||
pref("datareporting.healthreport.uploadEnabled", false);
|
pref("datareporting.healthreport.uploadEnabled", false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue