From: Lorin Hochstein Date: Tue, 7 Feb 2017 06:27:30 +0000 (-0800) Subject: Insecure dev url X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=97193c1022e961c6c34c773602ac227ed74bf0d3;p=ansiblebook.git Insecure dev url --- diff --git a/ch13/ghostdata/config.js b/ch13/ghostdata/config.js index ef69a2c..8446a8b 100644 --- a/ch13/ghostdata/config.js +++ b/ch13/ghostdata/config.js @@ -31,7 +31,7 @@ config = { development: { // The url to use when providing links to the site, E.g. in RSS and email. // Change this to your Ghost blog's published URL. - url: 'https://localhost:8443', + url: 'http://localhost:8000', // Example refferer policy // Visit https://www.w3.org/TR/referrer-policy/ for instructions