Quote:
Originally Posted by nerofix
How to block chrome-browser users completly from accessing the site?
|
You could create a plugin with the code:
PHP Code:
if(is_browser('chrome')) print_no_permission();
and play a bit with the hooks (2 possible candidates are global_start and global_complete) as I can't think of the right one atm.
However, imho its an extremely bad idea to do such a thing. If you want to shut a browser out of your site, do it to IE6, you would benefit the web more :P