Bump max icon size for search engine icons to 32 KB to cater to more common use of HiDPI icons.

This commit is contained in:
wolfbeast 2017-11-01 02:41:03 +01:00 committed by Roy Tam
commit 85d1f82c59

View file

@ -107,7 +107,7 @@ const NEW_LINES = /(\r\n|\r|\n)/;
// Set an arbitrary cap on the maximum icon size. Without this, large icons can
// cause big delays when loading them at startup.
const MAX_ICON_SIZE = 10000;
const MAX_ICON_SIZE = 32768;
// Default charset to use for sending search parameters. ISO-8859-1 is used to
// match previous nsInternetSearchService behavior.