You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> **Note:**
4
4
> - JSON-RPC API has been removed completely. Instead we recommend you to utilize REST API endpoints that have same and extended functionality.
5
5
> Please have a look at Waku's REST-API reference: https://waku-org.github.io/waku-rest-api
6
-
> - 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.
6
+
> - 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.
7
7
> New repeatable CLI flag is added by this feature:
8
8
> `--rest-allow-origin="example.com"` or `--rest-allow-origin="127.0.0.0:*"`
9
9
> Flag allows using wildcards (`*` and `?`) in the origin string.
0 commit comments