Skip to content

Commit

Permalink
Re-fix fingerprinting.js removal.
Browse files Browse the repository at this point in the history
Broken by
879a74f.
  • Loading branch information
ghostwords committed Sep 13, 2017
1 parent 5bea130 commit 072e46b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-utils/make-signed-xpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ fi

# TODO restore: https://github.com/EFForg/privacybadger/issues/1158
echo "remove fingerprinting"
sed -i '/ "js\/contentscripts\/fingerprinting.js",/d' ../checkout/src/manifest.json
sed -i '/ "js\/contentscripts\/fingerprinting.js"/d' ../checkout/src/manifest.json
sed -i 's/ "js\/contentscripts\/clobberlocalstorage.js",/ "js\/contentscripts\/clobberlocalstorage.js"/' ../checkout/src/manifest.json

echo "change author value"
sed -i 's/"author": { "email": "eff.software.projects@gmail.com" },/"author": "privacybadger-owner@eff.org",/' ../checkout/src/manifest.json
Expand Down

0 comments on commit 072e46b

Please sign in to comment.