)]}'
{
  "commit": "7f18dacd8fd7bd11cfeb62152bb947cc6c2cb52c",
  "tree": "84fddc2eb166e397cab2ba5362b3b9ed9fe97074",
  "parents": [
    "5f7f783805167142a276105da5dc369785f3d7e7"
  ],
  "author": {
    "name": "Ruslan Ermilov",
    "email": "ru@nginx.com",
    "time": "Fri Aug 04 08:01:55 2017 +0300"
  },
  "committer": {
    "name": "Ruslan Ermilov",
    "email": "ru@nginx.com",
    "time": "Fri Aug 04 08:01:55 2017 +0300"
  },
  "message": "Referer: fixed $invalid_referer.\n\nThe variable was considered non-existent in the absence of any\nvalid_referers directives.\n\nGiven the following config snippet,\n\n    location / {\n        return 200 $invalid_referer;\n    }\n\n    location /referer {\n        valid_referers server_names;\n    }\n\n\"location /\" should work identically and independently on other\n\"location /referer\".\n\nThe fix is to always add the $invalid_referer variable as long\nas the module is compiled in, as is done by other modules.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3f0f78e11547212dbf98530f0953663148395fbc",
      "old_mode": 33188,
      "old_path": "src/http/modules/ngx_http_referer_module.c",
      "new_id": "599dd3a12978d2f45b4db638255dba52aa4d152a",
      "new_mode": 33188,
      "new_path": "src/http/modules/ngx_http_referer_module.c"
    }
  ]
}
