diff --git a/helpers/make-firefox b/helpers/make-firefox
index e4b612f9fce3c48b9694265cf64817333bbd7f64..38352de8b2ef67820e15e79f5703db5783683b11 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -19,7 +19,7 @@
 #    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'
 REPOKEY=9BDB3D89CE49EC21
 
@@ -61,6 +61,10 @@ sed '/If fingerprinting resistance is on/,/}/s/^/\/\//' -i ./dom/base/Navigator.
 # Replace ubufox recommendation
 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
 cat << EOF > toolkit/components/telemetry/healthreport-prefs.js
 pref("datareporting.healthreport.uploadEnabled", false);