From 52f7375942ae2b3d502a88d4e1529129fce8e3ee Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 1 Jan 2018 17:54:27 +0000 Subject: [PATCH] Add security.txt file --- Makefile | 2 ++ static/security.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 static/security.txt diff --git a/Makefile b/Makefile index 8657230..165aa66 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,9 @@ build: install cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD) cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img @hugo -vDEF --stepAnalysis + mkdir -p $(OUTPUT_DIR)/.well-known/ cp static/keybase.txt public/keybase.txt + cp static/security.txt public/.well-known/security.txt server: build hugo server --noHTTPCache --disableFastRender diff --git a/static/security.txt b/static/security.txt new file mode 100644 index 0000000..f249323 --- /dev/null +++ b/static/security.txt @@ -0,0 +1,2 @@ +Contact: security@theorangeone.net +Contact: https://keybase.io/realorangeone