Can you set the following two prefs in about:config browser.search.log to true browser.policies.loglevel to debug
and then make some change to your SearchEngines policy so that the engine gets recreated? Then there should be some logging available in the Error Console to find out where is the problem. Thanks! P.S: aside from the issue (which is valid), we recommend that you host the icon somewhere and use an http:// path to it, in order to avoid this huge string of the data URL to be parsed in the policies json all the time On Tue, Jun 26, 2018 at 11:05 AM, Mike Kaply <[email protected]> wrote: > Just the data URL should work. If it's not, it's a bug. > > Mike > > On Tue, Jun 26, 2018 at 8:40 AM, James Pearson <[email protected] > > wrote: > >> I'm trying to add an IconURL for a custom Search Engine in a >> policies.json file for ESR 60 - but I'm not sure of the format/syntax >> >> I have an existing Search Plugin XML file that has the syntax for the >> Icon of the form (which works): >> >> <Image width="16" height="16">data:image/png;bas >> e64,iVBORw0...YII=</Image> >> >> I've tried using the policies.json syntax: >> >> "IconURL": "data:image/png;base64,iVBORw0...YII=", >> >> but I just get a generic icon for my Search Engine >> >> The Policy Engine docs don't give any info on what the syntax should be >> - except stating: "URL to icon" ... >> >> Anyone know what the correct syntax should be? >> >> Thanks >> >> James Pearson >> _______________________________________________ >> 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" >> > > > _______________________________________________ > 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" >
_______________________________________________ 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"

