gentoo-chat.yaml 306 B

123456789
  1. # chat in the gentoo IRC channels
  2. - name: gentoo-chat
  3. action: ALLOW
  4. expression:
  5. all:
  6. - remoteAddress == "45.76.166.57"
  7. - userAgent == "Mozilla/5.0 (Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0"
  8. - '"X-Http-Version" in headers'
  9. - headers["X-Http-Version"] == "HTTP/1.1"