Hello,
I would like to block interner explorer browse. Users who would like to visit Jira site would see nothing but a simple information: "We do not support internet explorer browser". Is it possible by jira? Or by some JavaScript in Announcement banner ?
Kind regards,
Rafal
Hi Rafal,
for this use case I'd recommend using a reverse proxy in front of Jira (which you probably even already have installed).
If you have, for example, Apache deployed you could lock out any Internet Explorer user by a mod_rewrite rule. It should not be very difficult to lock out the specific user agent for Internet Explorer.
With nginx webserver it should work in a similar way without any trouble.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.