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
@@ -291,7 +293,7 @@ like Blocked Endpoints and any sort of Auth.
291
293
> [!NOTE]
292
294
> Blocked Endpoints can be reactivated by manually configuring them
293
295
294
-
### Blocked Endpoints
296
+
### Endpoints
295
297
296
298
Because Secured Signal API is just a Proxy you can use all of the [Signal REST API](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md) endpoints except for...
297
299
@@ -306,12 +308,27 @@ Because Secured Signal API is just a Proxy you can use all of the [Signal REST A
306
308
| **/v1/accounts** |
307
309
| **/v1/contacts** |
308
310
311
+
> [!NOTE]
312
+
> Matching works by checking if the requested Endpoints startswith a Blocked or Allowed Endpoint
313
+
309
314
These Endpoints are blocked by default due to Security Risks, but can be modified by setting `blockedEndpoints` in your config:
0 commit comments