- Go to
about:configand change the value ofapp.normandy.api_urltohttps://stage.normandy.nonprod.cloudops.mozgcp.net/api/v1. - Open the browser console.
- Run the following in the browser console:
const { RecipeRunner } = ChromeUtils.import("resource://normandy/lib/RecipeRunner.jsm"); RecipeRunner.run();
- Check
about:studiesto make sure you see the intended changes to the study list. - Verify any other side effects of recipes.
- Restore the default value of
app.normandy.api_urlinabout:config.
I hereby claim:
- I am rehandalal on github.
- I am rehandalal (https://keybase.io/rehandalal) on keybase.
- I have a public key whose fingerprint is 1039 915D E6A1 A833 C6FF F03A 410D 198E EF33 9E0B
To claim this, I am signing this object:
- Download and install the targeted version of Firefox
- With Firefox closed modify
defaults/pref/channel-prefs.jsin the application directory to point to the channelrelease-sysaddoninstead ofrelease - Start (or restart) Firefox.
- In
about:config, flip theextensions.logging.enabledanddevtools.chrome.enabledprefs totrue - Open the Browser Console (Tools->Web Developer->Browser Console)
- At the prompt at the bottom of the Browser Console, force an update check by running
Cu.import("resource://gre/modules/AddonManager.jsm"); AddonManagerPrivate.backgroundUpdateCheck() - Open
about:supportand verify that system add-on appears and information is correct - Verify that the system addon is behaving as expected