Closed richardfrankza closed 4 years ago
When we use
{{craft.agent.check('ie <= 11')}}
And the user agent is not supplied, e.g.
curl --user-agent "" https://example.com/
it will return true when it is supposed to return false.
However, using a magic method like isIE() works
Please let me know if you need further detail.
Thanks for reporting this. I'll check it out.
When we use
{{craft.agent.check('ie <= 11')}}
And the user agent is not supplied, e.g.
curl --user-agent "" https://example.com/
it will return true when it is supposed to return false.
However, using a magic method like isIE() works
Please let me know if you need further detail.