Actions
Bug #20635
closedBrowser "Iron" is recognized as "msie"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-06-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I use the following TS in my template to deactivate the xml-prologue only for the MS IE:
........
[browser = msie]
config.xmlprologue = none
[global]
When you open the site using the SRWare Iron browser (based on chromium like Google Chrome) the xml prolugue isn't shown. When opening with Firefox, it is.
So I guess that Iron is recognized as MS IE for a reason I don't know.
The default Iron User Agent String is:
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/530.9 (KHTML, like Gecko) Iron/2.0.178.0 Safari/530.9
(issue imported from #M11365)
Actions