From 7a7bb48749ff9f738d2a6bb09a589ae5908628a2 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 11 Aug 2025 03:51:30 -0700 Subject: [PATCH] content: Miscellaneous edits --- content/en/configuration/security.md | 4 ++-- content/en/host-and-deploy/host-on-netlify/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/configuration/security.md b/content/en/configuration/security.md index f950dd233..f9eb91bd9 100644 --- a/content/en/configuration/security.md +++ b/content/en/configuration/security.md @@ -6,7 +6,7 @@ categories: [] keywords: [] --- -Hugo's built-in security policy, which restricts access to `os/exec`, remote communication, and similar operations, is configured via allow lists. By default, access is restricted. If a build attempts to use a feature not included in the allow list, it will fail, providing a detailed message. +Hugo's built-in security policy, which restricts access to `os/exec`, remote communication, and similar operations, is configured via allowlists. By default, access is restricted. If a build attempts to use a feature not included in the allowlist, it will fail, providing a detailed message. This is the default security configuration: @@ -34,7 +34,7 @@ http.urls : (`[]string`) A slice of [regular expressions](g) matching the URLs that the `resources.GetRemote` function is allowed to access. > [!note] -> Setting an allow list to the string `none` will completely disable the associated feature. +> Setting an allowlist to the string `none` will completely disable the associated feature. You can also override the site configuration with environment variables. For example, to block `resources.GetRemote` from accessing any URL: diff --git a/content/en/host-and-deploy/host-on-netlify/index.md b/content/en/host-and-deploy/host-on-netlify/index.md index cf60894fa..b88a1aa3a 100644 --- a/content/en/host-and-deploy/host-on-netlify/index.md +++ b/content/en/host-and-deploy/host-on-netlify/index.md @@ -35,7 +35,7 @@ Log in to your Netlify account, navigate to the Sites page, press the **Add new Select your deployment method. - ![screen capture](netlify-step-02.png) +![screen capture](netlify-step-02.png) ### Step 3