Ghost/core
Tim Birkett 2e21618290 Set Ghost user-agent header for got requests (#10424)
no-issue

Currently the `user-agent` header is the for outgoing webhook calls is the `got` default: `User-Agent: got/8.3.2 (https://github.com/sindresorhus/got)`.

This is pretty unfriendly to the receiver of the webhook who may wish to perform analytics on calling systems, implement security features based on calling system or take action based on different versions of a client.

This PR sets the header to: `User-Agent: Ghost/2.12.0 (https://github.com/TryGhost/Ghost)` which is much more descriptive.
2019-01-28 17:01:34 +01:00
..
client@c3e41fe24f Updated Ghost-Admin to 2.12.0 2019-01-22 11:36:17 +00:00
server Set Ghost user-agent header for got requests (#10424) 2019-01-28 17:01:34 +01:00
test 🐛 Updated base model to store null instead of empty string (#10425) 2019-01-28 16:58:28 +01:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00