|
@@ -45,16 +45,23 @@
|
|
|
|
|
|
# BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED
|
|
|
|
|
|
- # *************************
|
|
|
- # BLACKLIST ADDITIONAL BOTS
|
|
|
- # *************************
|
|
|
+# *************************
|
|
|
+# BLACKLIST ADDITIONAL BOTS
|
|
|
+# *************************
|
|
|
|
|
|
- #BrowserMatchNoCase "^(.*?)(\bMyVeryBadUserAgentName\b)(.*)$" bad_bot
|
|
|
- #BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" bad_bot
|
|
|
+#BrowserMatchNoCase "^(.*?)(\bMyVeryBadUserAgentName\b)(.*)$" bad_bot
|
|
|
+#BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" bad_bot
|
|
|
+
|
|
|
+# *************************
|
|
|
+# WHITELIST ADDITIONAL BOTS
|
|
|
+# *************************
|
|
|
+
|
|
|
+#BrowserMatchNoCase "^(.*?)(\bMyVeryGoodUserAgentName\b)(.*)$" good_bot
|
|
|
+#BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" good_bot
|
|
|
+
|
|
|
+
|
|
|
+#######################################
|
|
|
+########## CUSTOM for dv.daw ##########
|
|
|
+#######################################
|
|
|
|
|
|
- # *************************
|
|
|
- # WHITELIST ADDITIONAL BOTS
|
|
|
- # *************************
|
|
|
|
|
|
- #BrowserMatchNoCase "^(.*?)(\bMyVeryGoodUserAgentName\b)(.*)$" good_bot
|
|
|
- #BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" good_bot
|