From 97193c1022e961c6c34c773602ac227ed74bf0d3 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 6 Feb 2017 22:27:30 -0800 Subject: [PATCH] Insecure dev url --- ch13/ghostdata/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0