Update: grammatical correctness in README.md (#315)

* Update: grammatical correctness in README.md

* Update:  grammatical accuracy on README.md
This commit is contained in:
(root@itachi)-[~]
2025-01-03 15:03:54 +05:30
committed by GitHub
parent 849975b3fd
commit 271ba86644

View File

@@ -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:;```.