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