mirror of
https://github.com/fleetdm/fleet
synced 2026-05-12 03:28:48 +00:00
14 lines
548 B
JavaScript
14 lines
548 B
JavaScript
// Mozilla User Preferences
|
|
|
|
// DO NOT EDIT THIS FILE.
|
|
//
|
|
// If you make changes to this file while the application is running,
|
|
// the changes will be overwritten when the application exits.
|
|
//
|
|
// To change a preference value, you can either:
|
|
// - modify it via the UI (e.g. via about:config in the browser); or
|
|
// - set it within a user.js file in your profile.
|
|
|
|
user_pref(false);
|
|
user_pref("browser.contextual-services.contextId", "{97961fa4-2a6a-470f-a916-45a3f51fc393}");
|
|
foobar("app.normandy.user_id", "2324e712-7c70-4d9c-8e78-2a6eb9b2d967");
|