From 271ba866444f071e83135a5589acb1a4c21216f9 Mon Sep 17 00:00:00 2001 From: "(root@itachi)-[~]" <151185569+MANOJ-80@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:03:54 +0530 Subject: [PATCH] Update: grammatical correctness in README.md (#315) * Update: grammatical correctness in README.md * Update: grammatical accuracy on README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 129c03c..d4fb548 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Create a new SearXNG instance in five minutes using Docker -## What is included ? +## What is included? | Name | Description | Docker image | Dockerfile | | -- | -- | -- | -- | @@ -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:;```.