blacklist-user-agents.conf 744 B

12345678910111213141516171819202122
  1. # *************************
  2. # BLACKLIST ADDITIONAL BOTS
  3. # *************************
  4. #BrowserMatchNoCase "^(.*?)(\bMyVeryBadUserAgentName\b)(.*)$" bad_bot
  5. #BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" bad_bot
  6. # *************************
  7. # WHITELIST ADDITIONAL BOTS
  8. # *************************
  9. #BrowserMatchNoCase "^(.*?)(\bMyVeryGoodUserAgentName\b)(.*)$" good_bot
  10. #BrowserMatchNoCase "^(.*?)(\bMy\ Bad\ User\ Agent\b)(.*)$" good_bot
  11. #######################################
  12. ########## CUSTOM for dev.daw #########
  13. #######################################
  14. BrowserMatchNoCase "(?:\b)Bytespider(?:\b)" bad_bot
  15. #######################################
  16. ########## CUSTOM for dev.dw ##########
  17. #######################################