From c00dc361b7d3924df8abca4a32427d0a1232dc0b Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 26 Oct 2022 21:53:13 -0400 Subject: config: Overwrite and build expired Remove xkcd from content security policy, no longer needed. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index b2d2ae3..fc57fbe 100644 --- a/config.json +++ b/config.json @@ -6,6 +6,7 @@ "summaryLength": 1, "enableEmoji": true, "buildDrafts": true, + "buildExpired": true, "languageCode": "en-us", "enableRobotsTXT": true, "author": { @@ -139,7 +140,6 @@ "img-src": [ "'self'", "http://preview.test", - "imgs.xkcd.com", "www.gutenberg.org" ], "manifest-src": [ -- cgit v1.2.3