From 5beef0c633ffa165670482426cd6400309e97530 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:16:46 +0100 Subject: [PATCH] Update CHANGELOG.md - make note clearer. Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2f6af7f..32ec36146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ > **Note:** > - JSON-RPC API has been removed completely. Instead we recommend you to utilize REST API endpoints that have same and extended functionality. > Please have a look at Waku's REST-API reference: https://waku-org.github.io/waku-rest-api -> - Support for Cross-Origin-Resource-Sharing (CORS headers) is added for our REST-API services. This allows you to access our REST-API from a different domain from a browser. +> - Support for Cross-Origin-Resource-Sharing (CORS headers) is added for our REST-API services. This allows you to access our REST-API from a browser. > New repeatable CLI flag is added by this feature: > `--rest-allow-origin="example.com"` or `--rest-allow-origin="127.0.0.0:*"` > Flag allows using wildcards (`*` and `?`) in the origin string.