[
  {
    "id": 1,
    "priority": 1,
    "action": {
      "type": "redirect",
      "redirect": {
        "regexSubstitution": "https://pg.ddx.io/id/\\1"
      }
    },
    "condition": {
      "regexFilter": "^https://postgr\\.es/m/(.+)$",
      "resourceTypes": [
        "main_frame"
      ]
    }
  },
  {
    "id": 2,
    "priority": 1,
    "action": {
      "type": "redirect",
      "redirect": {
        "regexSubstitution": "https://pg.ddx.io/id/\\1"
      }
    },
    "condition": {
      "regexFilter": "^https://www\\.postgresql\\.org/message-id/(?:flat/|raw/)?([^/]+(?:@|%40)[^/]+)$",
      "resourceTypes": [
        "main_frame"
      ]
    }
  },
  {
    "id": 3,
    "priority": 1,
    "action": {
      "type": "redirect",
      "redirect": {
        "transform": {
          "scheme": "https",
          "host": "pg.ddx.io"
        }
      }
    },
    "condition": {
      "regexFilter": "^https://git\\.postgresql\\.org/gitweb/.*[?;&]p=(postgresql|pgjdbc|pgbouncer|pgpool2|psqlodbc)\\.git([;&]|$)",
      "resourceTypes": [
        "main_frame"
      ]
    }
  }
]
