Update 'README.md'
This commit is contained in:
parent
ca94d6495f
commit
cb5972413a
|
@ -62,7 +62,7 @@ unzip omni.ja
|
|||
|
||||
`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';
|
||||
|
||||
|
@ -75,8 +75,7 @@ find -type f -print0 | xargs -0 sed -i 's/onecrl\.content-signature\.mozilla\.or
|
|||
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`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue