Supporting different web browsers
The SupportFireFoxBrowser property supports alternative web browsers (for example, Firefox and Chrome). The property can be added to a customized application in the web.config file’s appSettings properties. A value of true provides alternative browser support in customized applications. For example:
<appSettings>
<add key="SupportFireFoxBrowser" value="true" />
</appSettings>
See also