mirror of
https://github.com/fleetdm/fleet
synced 2026-05-10 10:40:46 +00:00
12 lines
407 B
JavaScript
12 lines
407 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("app.normandy.first_run", true);
|