auchenberg / devtools-remote

Debug your browser tabs remotely via Chrome DevTools
https://remote.devtools.rocks
MIT License
686 stars 40 forks source link

Introduce session concept to isolate targets #2

Closed auchenberg closed 8 years ago

auchenberg commented 8 years ago

Introduce session-concept, where a sessionId is generated after hello-handshake, in order to isolate debugging targets by sessionId.

Changes

auchenberg commented 8 years ago

Ping @paulirish

I'm thinking that these changes should provide a basic level of security, as targets now are separated.

paulirish commented 8 years ago

Cool cool! works for me!