(no title)
epec254 | 2 months ago
Most HTML is actually HTML+CSS+JS - IMO, accepting this is a code injection attack waiting to happen. By abstracting to JSON, a client can safely render UI without this concern.
epec254 | 2 months ago
Most HTML is actually HTML+CSS+JS - IMO, accepting this is a code injection attack waiting to happen. By abstracting to JSON, a client can safely render UI without this concern.
lunar_mycroft|2 months ago
hulitu|2 months ago
Just like you do with your web browser. A web browser is a Remote Code Execution engine.
epicurean|2 months ago
awei|2 months ago
awei|2 months ago
epec254|2 months ago
One challenge is you do likely want JS to process/capture the data - for example, taking the data from a form and turning it into json to send back to the agent
oooyay|2 months ago