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