Update 'README.md'
This commit is contained in:
parent
cb5972413a
commit
1a56ad368d
23
README.md
23
README.md
|
@ -63,20 +63,19 @@ unzip omni.ja
|
||||||
`Remove telemetry`:
|
`Remove telemetry`:
|
||||||
|
|
||||||
`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/nimbus-desktop-experiments\/records//g';
|
`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/nimbus-desktop-experiments\/records//g';
|
||||||
|
|
||||||
find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main-preview\/collections\/search-config\/records//g';
|
|
||||||
|
|
||||||
find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/search-config\/records//g';
|
|
||||||
|
|
||||||
find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1//g';
|
|
||||||
|
|
||||||
find -type f -print0 | xargs -0 sed -i 's/onecrl\.content-signature\.mozilla\.org//g';
|
|
||||||
|
|
||||||
find -type f -print0 | xargs -0 sed -i 's/remote-settings\.content-signature\.mozilla\.org//g';
|
|
||||||
|
|
||||||
find -type f -print0 | xargs -0 sed -i 's/normandy\.content-signature\.mozilla\.org//g';
|
|
||||||
`
|
`
|
||||||
|
`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main-preview\/collections\/search-config\/records//g';`
|
||||||
|
|
||||||
|
`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/search-config\/records//g';
|
||||||
|
`
|
||||||
|
`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1//g';
|
||||||
|
`
|
||||||
|
`find -type f -print0 | xargs -0 sed -i 's/onecrl\.content-signature\.mozilla\.org//g';
|
||||||
|
`
|
||||||
|
`find -type f -print0 | xargs -0 sed -i 's/remote-settings\.content-signature\.mozilla\.org//g';
|
||||||
|
`
|
||||||
|
`find -type f -print0 | xargs -0 sed -i 's/normandy\.content-signature\.mozilla\.org//g';
|
||||||
|
`
|
||||||
`Replace the omni.ja files`:
|
`Replace the omni.ja files`:
|
||||||
|
|
||||||
mv omni.ja back.omni.ja
|
mv omni.ja back.omni.ja
|
||||||
|
|
Loading…
Reference in New Issue