Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Remove a few unused firefox preferences from the profile build
Browse files Browse the repository at this point in the history
These were used in v1, however they are no longer needed
  • Loading branch information
Joris-van-der-Wel committed Dec 10, 2017
1 parent d11d238 commit ca73277
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions building/firefoxPreferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,11 @@
"network.allow-experiments": false,
"browser.cache.frecency_experiment": -1, // https://trac.torproject.org/projects/tor/ticket/13575

"dom.send_after_paint_to_content": true, // required for the MozAfterPaint event for performr-runner
"privacy.trackingprotection.pbmode.enabled": false, // interferes with page load times

// allow unsigned extensions (firefox unbranded only):
"xpinstall.signatures.required": false,

// force enable e10s (multiprocess)
"browser.tabs.remote.autostart": true,
"browser.tabs.remote.force-enable": true,

// enable console.log, console.info, etc from extensions:
"extensions.sdk.console.logLevel": "all",

Expand Down

0 comments on commit ca73277

Please sign in to comment.