diff --git a/README.md b/README.md index 5eede8a..6f03f2a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Python and JavaScript. It aims to be a drop-in replacement for - **Configurable JS client** Embed a single JS file, 65kB (20kB gzipped) and you are done. -**Shipped version:** 0.13.0~ynh1 +**Shipped version:** 0.13.0~ynh2 **Demo:** https://isso-comments.de diff --git a/README_fr.md b/README_fr.md index ae595b4..91ea1fd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ Python and JavaScript. It aims to be a drop-in replacement for - **Configurable JS client** Embed a single JS file, 65kB (20kB gzipped) and you are done. -**Version incluse :** 0.13.0~ynh1 +**Version incluse :** 0.13.0~ynh2 **Démo :** https://isso-comments.de diff --git a/conf/isso.cfg b/conf/isso.cfg index 2d33317..1e2212e 100644 --- a/conf/isso.cfg +++ b/conf/isso.cfg @@ -23,6 +23,7 @@ timeout = 10 [server] listen = http://localhost:__PORT__ public-endpoint = +trusted-proxies = ['127.0.0.1','localhost'] [guard] enabled = true @@ -34,4 +35,4 @@ require-email = false [admin] enabled = true -password = __PASSWORD__ \ No newline at end of file +password = __PASSWORD__ diff --git a/manifest.json b/manifest.json index 43c72ec..2805b83 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Lightweight commenting server", "fr": "Système de commentaire léger" }, - "version": "0.13.0~ynh1", + "version": "0.13.0~ynh2", "url": "https://isso-comments.de", "upstream": { "license": "MIT",