From 12f10cd08ee812e7c76c480c10114208e04e276e Mon Sep 17 00:00:00 2001 From: samsapti Date: Tue, 14 Jun 2022 15:28:23 +0200 Subject: [PATCH] Security: Disable HTTP data fetching in Hugo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4a7c1e1..e33a5e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: commands: - apk add --no-cache git - git submodule update --init --single-branch --depth=1 - - hugo + - env HUGO_SECURITY_HTTP_URLS=none hugo - name: deploy image: alpine/git:latest