mollyim / mollysocket

MollySocket allows getting Signal notifications via UnifiedPush.
GNU Affero General Public License v3.0
90 stars 7 forks source link

allowed_uuids = ['*'] dangerous or no? #5

Closed ghost closed 10 months ago

ghost commented 10 months ago

I don't know how to get the account_uuids, so no idea which one to restrict it to. Is it dangerous to leave it to [*]?

p1gp1g commented 10 months ago

You can set the wildcard, register then list connections to get the uuid. This prevent users you don't know using your mollysocket server, this is not really dangerous.

ghost commented 10 months ago

So, there could be public mollysocket servers :thinking:

Thank you for your responses.