From 8b0e4098f97017948859f13894a5bb5ee9e56443 Mon Sep 17 00:00:00 2001 From: Manoj <151185569+MANOJ-80@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:56:42 +0530 Subject: [PATCH] Update: grammatical correctness in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129c03c..eed2c47 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You can skip this step if you don't use systemd. The SearXNG image proxy is activated by default. -The default [Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) allow the browser to access to ```${SEARXNG_HOSTNAME}``` and ```https://*.tile.openstreetmap.org;```. +The default [Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) allows the browser to access to ```${SEARXNG_HOSTNAME}``` and ```https://*.tile.openstreetmap.org;```. If some users want to disable the image proxy, you have to modify [./Caddyfile](https://github.com/searxng/searxng-docker/blob/master/Caddyfile). Replace the ```img-src 'self' data: https://*.tile.openstreetmap.org;``` by ```img-src * data:;```.