Skip to content

Commit 7a7bb48

Browse files
committed
content: Miscellaneous edits
1 parent 48486d5 commit 7a7bb48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎content/en/configuration/security.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories: []
66
keywords: []
77
---
88

9-
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.
9+
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.
1010

1111
This is the default security configuration:
1212

@@ -34,7 +34,7 @@ http.urls
3434
: (`[]string`) A slice of [regular expressions](g) matching the URLs that the `resources.GetRemote` function is allowed to access.
3535

3636
> [!note]
37-
> Setting an allow list to the string `none` will completely disable the associated feature.
37+
> Setting an allowlist to the string `none` will completely disable the associated feature.
3838
3939
You can also override the site configuration with environment variables. For example, to block `resources.GetRemote` from accessing any URL:
4040

‎content/en/host-and-deploy/host-on-netlify/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Log in to your Netlify account, navigate to the Sites page, press the **Add new
3535

3636
Select your deployment method.
3737

38-
![screen capture](netlify-step-02.png)
38+
![screen capture](netlify-step-02.png)
3939

4040
### Step 3
4141

0 commit comments

Comments
 (0)