We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2039677 commit 3841b38Copy full SHA for 3841b38
13/umbraco-cms/reference/configuration/imagingsettings.md
@@ -147,6 +147,6 @@ The `HMACSecretKey` must be kept secret and never exposed publicly. If the key i
147
### Testing the Configuration
148
149
To verify that your `HMACSecretKey` is working correctly:
150
-1. Configure the key in your `appsettings.json` or using the `IOptions` pattern.
+1. Set the `HMACSecretKey` key in the `appsettings.json` file or via the `IOptions` pattern.
151
2. Make a request to an image URL with valid parameters and ensure it works as expected.
152
3. Modify the URL parameters or remove the HMAC signature and confirm that the request is rejected.
0 commit comments