Skip to content

Commit

Permalink
Disable Color Management like Chrome to maximize performance and havi…
Browse files Browse the repository at this point in the history
…ng similar color display as Chrome

Disable Color Management like Chrome to maximize performance and having similar color display as Chrome

Signed-off-by: Gunir <[email protected]>
  • Loading branch information
gunir authored Oct 22, 2024
1 parent 8631ada commit 9ea6d26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/app/profile/zen-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,5 @@ pref("network.fetchpriority.enabled", true);
// No Proxy should be default, Use system proxy allows antivirus, virus or system proxy to MITM or slowing down Zen
pref("network.proxy.type", 0);

// Disable Color Management like Chrome to maximize performance and having similar color display as Chrome. Read: https://reddit.com/r/firefox/comments/1g988kf/
pref("gfx.color_management.mode", 0);

0 comments on commit 9ea6d26

Please sign in to comment.