Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@punamdahiya
Created November 23, 2021 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save punamdahiya/03a1f4cf8c32b9565749a3e1915c8129 to your computer and use it in GitHub Desktop.
Save punamdahiya/03a1f4cf8c32b9565749a3e1915c8129 to your computer and use it in GitHub Desktop.
user_pref("services.settings.server", "https://settings.stage.mozaws.net/v1");
user_pref("security.content.signature.root_hash", "DB:74:CE:58:E4:F9:D0:9E:E0:42:36:BE:6C:C5:C4:F6:6A:E7:74:7D:C0:21:42:7A:03:BC:2F:57:0C:8B:9B:90");
user_pref("dom.push.serverURL", "https://autopush.stage.mozaws.net");
user_pref("services.settings.load_dump", false);
user_pref("messaging-system.log", "debug");
user_pref("browser.aboutwelcome.log", "debug");
//Bonus lines
// The value of this pref should be provided by the Engineering team and it represents a user that would always see a specific branch of the experiment.
user_pref("browser.ping-centre.log", true);
user_pref("app.normandy.user_id", "b4a3dd6a-76c2-4f70-9a04-3adec9983afa");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment