about summary refs log tree commit diff
path: root/bundles/go-away/files/config/snippets/bot-bingbot.yml
blob: 98fb3db9615f11aa99f3c8f071c8085a9acf840e (plain) (blame)
1
2
3
4
5
6
7
8
networks:
  bingbot:
    - url: https://www.bing.com/toolbox/bingbot.json
      jq-path: '(.prefixes[] | select(has("ipv4Prefix")) | .ipv4Prefix), (.prefixes[] | select(has("ipv6Prefix")) | .ipv6Prefix)'

conditions:
  is-bot-bingbot:
      - &is-bot-bingbot 'userAgent.contains("+http://www.bing.com/bingbot.htm") && remoteAddress.network("bingbot")'