*Other solution would be to create a request listener. Check Agent Header
there and throw an exception or s redirect if an IE is detected. *
I'll check that, thanks!
> I guess you have a login screen, why not doing it there only? Do some
> Javascript magic and redirect if the user uses IE.
> Other solution would be to create a request listener. Check Agent Header
> there and throw an exception or s redirect if an IE is detected.
> On Tue, Oct 30, 2012 at 1:53 PM, Jose <j...@wikislot.com> wrote:
>> Hi,
>> I'm developing an admin tool and I'm lucky enough to be able to tell the
>> users they can not access it with IE.
>> So my question is, what would the best way to do this? My intention is to
>> create a silly controller that just shows a template and tells the user
>> (kindly) that the tool is only accesible by Firefox, Chrome or anything but
>> IE.
>> Basically, if the user tries to access any other url will be redirect to
>> this page (say thesite.com/admin/stop-using-ie-moron).
>> So this checking must be done everytime before accessing any controller.
>> --
>> If you want to report a vulnerability issue on symfony, please send it to
>> security at symfony-project.com
>> You received this message because you are subscribed to the Google
>> Groups "Symfony2" group.
>> To post to this group, send email to symfony2@googlegroups.com
>> To unsubscribe from this group, send email to
>> symfony2+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/symfony2?hl=en
> --
> --getunik ag-------------------------------------------
> franco fallica franco.fall...@getunik.com
> hardturmstrasse 101 fon: +41 (0)44 388 55 88
> ch-8005 zuerich fax: +41 (0)44 388 55 89
> --new getunik product-------------------------
> Fundraising via SMS! Donations via SMS are fast, convenient and low
> priced!
> www.getunik.com/smsspenden (in german)
> we make the web a better place - www.getunik.com
> *****************************************************************
> think before you print - for the sake of nature
> *****************************************************************
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
> You received this message because you are subscribed to the Google
> Groups "Symfony2" group.
> To post to this group, send email to symfony2@googlegroups.com
> To unsubscribe from this group, send email to
> symfony2+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony2?hl=en
--