I use distribution.ini instead of AutoConfig.js. Here are some of my prefs that you might benefit from. Distribution.ini is documented here: https://wiki.mozilla.org/Distribution_INI_File

These prefs should be easily translatable to AutoConfig.js.

[Global]
id=student-build
version=0.1
about=Customized for students

[Preferences]
# Disable multiple tab close warning
browser.tabs.warnOnClose=false

# Show the bookmarks toolbar
browser.showPersonalToolbar=true

# Disable the bundled pocket extension
extensions.pocket.enabled=false

# Disable smooth scroll. It's laggy on every device I've ever used.
general.smoothScroll=false

# Disable the new tab page which pulls remote content
browser.newtabpage.enhanced=false

# Privacy: enable tracking protection, disable third-party cookies
network.cookie.cookieBehavior=1
privacy.trackingprotection.enabled=true
privacy.trackingprotection.introCount=20

# Telemetry: report everything, no prompting.
toolkit.telemetry.enabled=true
browser.crashReports.unsubmittedCheck.autoSubmit=true
datareporting.policy.dataSubmissionPolicyBypassNotification=true

# Disable first-run annoyances.
browser.rights.3.shown=true
browser.startup.homepage_override.mstone="ignore"

# Disable geo-specific default search engines.
# (For now) this causes the default to be Google.
browser.search.geoSpecificDefaults=false

[LocalizablePreferences]
browser.startup.homepage="http://www.google.com";

[BookmarksToolbar]
item.1.title=Email
item.1.link=https://mail.google.com/
item.1.description=Email
item.1.icon=https://www.google.com/favicon.ico
item.2.title=Moodle
item.2.link=https://moodle.org
item.2.description=Moodle
item.2.icon=https://moodle.org/favicon.ico
item.3.title=Turnitin
item.3.link=http://turnitin.com
item.3.icon=http://turnitin.com/templates/yoo_katana/favicon.ico
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to [email protected] with a subject of 
"unsubscribe"

Reply via email to