From d45a346db595b7b731a4144bd0462a8f1f703cb8 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Sun, 17 Nov 2024 09:09:34 +0100 Subject: [PATCH] Update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b439bde..a1d2ed7 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ There are some additional configuration options you can change, for example the | Option | Description | |-------------------------|-----------------------------------------------------------------------------------------------------------------------------| +| `responseHeaders` | Change the headers sent with your web responses. By default there is `cache-control` and CORS added. | | `downloadOriginalPhoto` | Set to `false` if you only want people to be able to download the 'preview' quality photo, rather than your original photo. | | `showGalleryTitle` | Show a title on the gallery page. | | `allowDownloadAll` | Allow visitors to download all files as a zip. |