-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reflect fingerprint.js move in make-signed-xpi.sh
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ fi | |
|
||
# TODO restore: https://github.com/EFForg/privacybadger/issues/1158 | ||
echo "remove fingerprinting" | ||
sed -i '/ "js\/fingerprinting.js",/d' ../checkout/src/manifest.json | ||
sed -i '/ "js\/contentscripts\/fingerprinting.js",/d' ../checkout/src/manifest.json | ||
|
||
echo "change author value" | ||
sed -i 's/"author": { "email": "[email protected]" },/"author": "[email protected]",/' ../checkout/src/manifest.json | ||
|