+ explicit example for the browser black list.
authorEmmanuel Engelhart <kelson42@users.mediawiki.org>
Mon, 11 Oct 2004 16:10:47 +0000 (16:10 +0000)
committerEmmanuel Engelhart <kelson42@users.mediawiki.org>
Mon, 11 Oct 2004 16:10:47 +0000 (16:10 +0000)
LocalSettings.sample

index 8be4c13..65b9bcf 100644 (file)
@@ -229,6 +229,9 @@ $wgLocalInterwiki   = $wgSitename;
 # $wgSquidServers = array('127.0.0.1');
 
 # Browser-related setting
-$wgBrowserBlackList = array();
+#
+# Array of regexps for UNICODE compliant browser.
+# Firefox supports UNICODE, but that's only an example.
+$wgBrowserBlackList = array("/Firefox/");
 
 ?>