1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<server>
<application-settings location="*">
<user-agents type="bot">
<user-agent>.*Googlebot.*</user-agent>
<user-agent>.*msnbot.*</user-agent>
<user-agent>.*Slurp.*</user-agent>
<user-agent>.*Crawler.*</user-agent>
<user-agent>.*Bot.*</user-agent>
<user-agent>.*ia_archiver.*</user-agent>
<user-agent>.*Twiceler.*</user-agent>
<user-agent>.*Yandex.*</user-agent>
<user-agent>.*Nutch.*</user-agent>
<user-agent>.*MJ12bot.*</user-agent>
<user-agent>.*Baiduspider.*</user-agent>
<user-agent>.*Ezooms.*</user-agent>
<user-agent>.*Sogou web spider.*</user-agent>
<user-agent>.*AhrefsBot.*</user-agent>
</user-agents>
<!-- <web-sockets>true</web-sockets> -->
<bootstrap-method>
<for path="*">progressive</for>
<for path="/forms/line_text-editor">default</for>
<for path="/trees-tables/mvc-table-views">default</for>
<for path="/trees-tables/mvc-tree-views">default</for>
<for path="/trees-tables/mvc-item-models">default</for>
<for path="/layout/layout-managers">default</for>
<for path="/graphics-charts/*">default</for>
</bootstrap-method>
<!-- <log-config>debug:wthttp/async</log-config> -->
<UA-Compatible>IE8=IE7</UA-Compatible>
</application-settings>
</server>
|