Skip to content

Commit

Permalink
Update compatibility check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kontos committed May 15, 2018
1 parent d4b014b commit 4368983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pref("extensions.logging.enabled", false);
pref("extensions.strictCompatibility", false);

// Disable compatibility checking due to mish-mash of versions.
pref("extensions.checkCompatibility.56.1", false);
pref("extensions.checkCompatibility.56.2", false);

// Specifies a minimum maxVersion an addon needs to say it's compatible with
// for it to be compatible by default.
Expand Down

1 comment on commit 4368983

@grahamperrin
Copy link

@grahamperrin grahamperrin commented on 4368983 May 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.