diff --git a/httpd/assets/sei.conf b/httpd/assets/sei.conf
index 4106dc2..5e36487 100644
--- a/httpd/assets/sei.conf
+++ b/httpd/assets/sei.conf
@@ -7,6 +7,14 @@ Alias "/sip" "/opt/sip/web"
Alias "/infra_css" "/opt/infra/infra_css"
Alias "/infra_js" "/opt/infra/infra_js"
+SetEnvIfNoCase user-agent "Microsoft Data Access Internet
+Publishing Provider Protocol Discovery" bad_bot=1
+
+ Order Allow,Deny
+ Allow from all
+ Deny from env=bad_bot
+
+
DocumentRoot /var/www/html
--
libgit2 0.21.2