firefox: update changes for firefox 112.0

This commit is contained in:
Luis Guzmán 2023-04-07 07:40:43 +00:00
parent 9520d95c62
commit 7745dd75a1
2 changed files with 7 additions and 27 deletions

View file

@ -29,7 +29,7 @@ rm debian/control
# Disable remote settings antifeature.
sed '/async fetchLatestChanges.*/areturn;' -i services/settings/Utils.jsm
sed '/async download.*/areturn;' -i services/settings/RemoteSettingsClient.jsm services/settings/Attachments.jsm
sed '/async download.*/areturn;' -i services/settings/RemoteSettingsClient.sys.mjs services/settings/Attachments.sys.mjs
# Disable activity-stream antifeatures.
# These are not condensed into a single sed script to make it fail on individual commands that didn't change the source