|
|
|
|
|
by Jyaif
478 days ago
|
|
> there’s no way you can restrict mysubdomain.foo.com/phonehome vs mysubdomain.foo.com/normal Of course you can! With capabilities you can tell a program: "if you want to communicate with the external world here's the only function you can use : `void postToMySubDomainSlashWhatever(char* payload, size_t size)` |
|