Skip to content
Snippets Groups Projects
Commit 6db392d3 authored by Luis Guzmán's avatar Luis Guzmán Committed by Luis Guzmán
Browse files

firefox: fix p-h #33, remove restriction on extensions.

parent 5e644bf5
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ sed -i '/activity-stream.showSponsored/s|true|false|g' browser/app/profile/firef
sed '/"browser.privatebrowsing.vpnpromourl"/s/https.*"/"/' -i browser/app/profile/firefox.js
sed '/network.connectivity-service.IPv/s/http.*success.txt?ipv[46]//' -i modules/libpref/init/all.js
sed 's/accounts-static.cdn.mozilla.net.*sync.services.mozilla.com//' -i modules/libpref/init/all.js
# do not alter useragent/platform/oscpu/etc with fingerprinting countermeasure, it makes things worse
sed '/ShouldResistFingerprinting/,/}/s/^/\/\//' -i ./netwerk/protocol/http/nsHttpHandler.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment